[FormBuilderTextField]: Add missing TextField properties.
RepliedSage11 opened this issue · 3 comments
RepliedSage11 commented
Is there an existing issue for this?
- I have searched the existing issues
Package/Plugin version
9.4.0
What you'd like to happen
FormBuilderTextField is missing some of the TextField properties. These properties should be added to the FormBuilderTextField constructor and passed to the TextField.
These are
canRequestFocus
clipBehavior
cursorErrorColor
cursorOpacityAnimates
enableIMEPersonalizedLearning
groupld
ignorePointers
onAppPrivateCommand
onChanged
onTapAlwaysCalled
scribbleEnabled
selectionControls
statesController
toolbarOptions
undoController
Alternatives you've considered
Implement a complete copy of FormBuilderTextField using FormBuilderField with the missing properties.
Aditional information
No response
deandreamatias commented
Thanks for report
If you can open a PR to add this, I will glad to review and merge.
RepliedSage11 commented
Submitted a PR
deandreamatias commented
To generate a new version, please update pubspec and changelog. After merge this, I create a tag and automatically push to pub.dev