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
In its current, many of TextformField attributes are hidden from the user. While not all of attribute are relevant, a number of attributes should be exposed to the user. Following are relevant fields I find missing.
In its current, many of TextformField attributes are hidden from the user. While not all of attribute are relevant, a number of attributes should be exposed to the user. Following are relevant fields I find missing.
FocusNode focusNode
TextInputAction textInputAction
StrutStyle strutStyle
TextDirection textDirection
TextAlign textAlign
TextAlignVertical textAlignVertical
bool autofocus
bool readOnly
ToolbarOptions toolbarOptions
bool showCursor
already doneValueChanged<String> onChanged
GestureTapCallback onTap
VoidCallback onEditingComplete
already doneValueChanged<String> onFieldSubmitted
FormFieldSetter<String> onSaved
If someone else finds any other relevant field missing, please comment below those fields.
The text was updated successfully, but these errors were encountered: