TinoGuo / pin_input_text_field

A textField widget to help display different style pin
Apache License 2.0
374 stars 81 forks source link

fix missing first build initial value #16

Closed daniel-v closed 4 years ago

daniel-v commented 4 years ago

This fix will make sure that the _text field of the state is properly set before the first build. Meaning: it will be populated with the text value of _effectiveEditingController.

Runes were considered when _text is set.

Should resolve #15