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

[FormBuilderTextField]: Add missing TextField properties. #1416

Closed
1 task done
RepliedSage11 opened this issue Aug 11, 2024 · 3 comments · Fixed by #1417 or #1418
Closed
1 task done

[FormBuilderTextField]: Add missing TextField properties. #1416

RepliedSage11 opened this issue Aug 11, 2024 · 3 comments · Fixed by #1417 or #1418
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@RepliedSage11
Copy link
Contributor

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

@RepliedSage11 RepliedSage11 added the enhancement New feature or request label Aug 11, 2024
@deandreamatias deandreamatias added the good first issue Good for newcomers label Aug 11, 2024
@deandreamatias
Copy link
Collaborator

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

@RepliedSage11
Copy link
Contributor Author

Submitted a PR

deandreamatias added a commit that referenced this issue Aug 11, 2024
feat: #1416 Added missing TextField properties to FormBuilderTextField
@deandreamatias
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
2 participants