Is there a way to configure an overflow setting on a TextFormField in flutter? I have a TextFormField that triggers a bottomSheet onClick. From the Bottom Sheet, the value of the TextEditingController is changed, and sometimes it may overflow the field, but I cannot set it to have a specific behavior- such as ellipsis.
Asked
Active
Viewed 167 times
0
-
Does this answer your question? [How to Move bottomsheet along with keyboard which has textfield(autofocused is true)?](https://stackoverflow.com/questions/53869078/how-to-move-bottomsheet-along-with-keyboard-which-has-textfieldautofocused-is-t) – Salih Can Oct 06 '21 at 14:32
-
Please provide enough code so others can better understand or reproduce the problem. – Community Oct 10 '21 at 10:17