Counter in Textfield #4224
Replies: 4 comments 2 replies
-
Hi - I think this is a bug, when the counter is set to a blank string or None, the documentation indicates that it should demonstrate the behaviour that you describe. I've tested this on 0.23.2.. I can test on the 0.25.dev later.. but I haven't seen this in the notes for it. However, in the below - we get to the end result that you are after by using a space.. not perfect, but might work for you.
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I opened an issue to fix this: #4273 |
Beta Was this translation helpful? Give feedback.
-
Try using the attribute value counter_style=TextStyle(size=0) |
Beta Was this translation helpful? Give feedback.
-
Question
Good morning. I'm using a Textfield, and I want to limit the characters to 15, but I dont want to see the counter under the Textfield. I'm trying to delete using counter_text = None or '', but still appearing. In the documentation, show a property called counter, but it doesn't exist. Im using flet = 0.21.2. How can I delete this. Thanks
Code sample
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions