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
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
Works. However the TextEditingController also controls the cursor state so creating a new control for every value causes the cursor to go to the beginning of the value.
Works pretty much perfectly once done right. However formini doesn't provide form fields and this widget got too dangerously close to that area thus deleted from the codebase.
Formini state reseting on hot reload is probably something we want to fix. I still really don't like the fact the view widget (TextFormField) has a duplicate state of the field.
Currently there aren't perfect solution for the most common form field.
TextFormField
Works. However formini state resets on hot reload and
TextFormField
's state doesn't causing the input show previous (mismatching with state) value.TextField
Works. However the
TextEditingController
also controls the cursor state so creating a new control for every value causes the cursor to go to the beginning of the value.FormEditableTextAdaptor
Works pretty much perfectly once done right. However formini doesn't provide form fields and this widget got too dangerously close to that area thus deleted from the codebase.
https://github.com/vantageoy/formini/blob/21af81ba70c1eebcbdc826ef292fe323850f7b92/lib/src/flutter/adaptors/form_editable_text_adaptor.dart
The text was updated successfully, but these errors were encountered: