Skip to content

[FormBuilderTextField]: Add missing TextField properties. #1416

@alex-medinsh

Description

@alex-medinsh
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

Activity

deandreamatias

deandreamatias commented on Aug 11, 2024

@deandreamatias
Collaborator

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

alex-medinsh

alex-medinsh commented on Aug 11, 2024

@alex-medinsh
ContributorAuthor

Submitted a PR

added a commit that references this issue on Aug 11, 2024

Merge pull request #1417 from RepliedSage11/main

5a4ee48
deandreamatias

deandreamatias commented on Aug 11, 2024

@deandreamatias
Collaborator

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

added a commit that references this issue on Aug 12, 2024

Merge pull request #1418 from RepliedSage11/main

4d27723
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @deandreamatias@alex-medinsh

      Issue actions

        [FormBuilderTextField]: Add missing TextField properties. · Issue #1416 · flutter-form-builder-ecosystem/flutter_form_builder