flutter-form-builder-ecosystem/flutter_form_builder

[FormBuilderTextField]: Add missing TextField properties.

RepliedSage11 opened this issue · 3 comments

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

Thanks for report
If you can open a PR to add this, I will glad to review and merge.

Submitted a PR

To generate a new version, please update pubspec and changelog. After merge this, I create a tag and automatically push to pub.dev