Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose all the relevant attributes of TextFormField. #20

Open
Abhilash-Chandran opened this issue Aug 23, 2020 · 0 comments
Open

Expose all the relevant attributes of TextFormField. #20

Abhilash-Chandran opened this issue Aug 23, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Abhilash-Chandran
Copy link
Owner

Abhilash-Chandran commented Aug 23, 2020

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.

  1. FocusNode focusNode
  2. TextInputAction textInputAction
  3. StrutStyle strutStyle
  4. TextDirection textDirection
  5. TextAlign textAlign
  6. TextAlignVertical textAlignVertical
  7. bool autofocus
  8. bool readOnly
  9. ToolbarOptions toolbarOptions
  10. bool showCursor
  11. ValueChanged<String> onChanged already done
  12. GestureTapCallback onTap
  13. VoidCallback onEditingComplete
  14. ValueChanged<String> onFieldSubmitted already done
  15. FormFieldSetter<String> onSaved

If someone else finds any other relevant field missing, please comment below those fields.

@Abhilash-Chandran Abhilash-Chandran self-assigned this Aug 23, 2020
@Abhilash-Chandran Abhilash-Chandran added this to the Release 0.7.0 milestone Aug 23, 2020
@Abhilash-Chandran Abhilash-Chandran added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Aug 23, 2020
@Abhilash-Chandran Abhilash-Chandran removed good first issue Good for newcomers help wanted Extra attention is needed labels Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant