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
Hi,
I'm using this widget PinFieldAutoFill, and everything seems fine... well not everything!
I noticed that the text value of the input widget gets cleared when I tried to call setState in order to update other stuff.
Even though I've set a TextEditingController to it, still has the same issue!
This might be a bug because the normal behavior of the TextField or TextFormField have no such issues when updating the UI using the setState.
Any solutions would be so GREAT!!
The text was updated successfully, but these errors were encountered:
Hi,
I'm using this widget
PinFieldAutoFill
, and everything seems fine... well not everything!I noticed that the text value of the input widget gets cleared when I tried to call
setState
in order to update other stuff.Even though I've set a
TextEditingController
to it, still has the same issue!This might be a
bug
because the normal behavior of theTextField
orTextFormField
have no such issues when updating the UI using thesetState
.Any solutions would be so GREAT!!
The text was updated successfully, but these errors were encountered: