You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this package to help users input some fields faster and easier by providing some suggestions through the dropdown menu using select-form-field.
But, I don't know if there is a way to make these dropdown's items editable for user.
For example, I have 5 items such as Motor, Car, Truck, Train and Airplane as the suggestion for travel type, while the user need to enter Boat! What should be done to make this SelectFormField editable for regular text input through keyboard?!
I have tried readOnly parameter with no luck.
I would appreciate it if anybody provide more information regarding this issue
Thanks
The text was updated successfully, but these errors were encountered:
Hi, sorry, but its not posssible to edit options in text field.
The readOnly param is just to set if the widget will show options when the user tap the field.
A solution for this issue is offer a option "other" and when the user select this you change the field to a simple textField widget and than ask for the answer.
I am using this package to help users input some fields faster and easier by providing some suggestions through the dropdown menu using select-form-field.
But, I don't know if there is a way to make these dropdown's items editable for user.
For example, I have 5 items such as Motor, Car, Truck, Train and Airplane as the suggestion for travel type, while the user need to enter Boat! What should be done to make this SelectFormField editable for regular text input through keyboard?!
I have tried readOnly parameter with no luck.
I would appreciate it if anybody provide more information regarding this issue
Thanks
The text was updated successfully, but these errors were encountered: