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

Is there any way to set text field or other fields as read only? #16

Closed
rahulmahadik opened this issue Jan 9, 2019 · 2 comments
Closed

Comments

@rahulmahadik
Copy link

wants to create read only text field

FormBuilderInput.textField(
      type: FormBuilderInput.TYPE_TEXT,
      attribute: "name",
      label: "Name",
      require: true,
      min: 3,
    ),

Now i am using validator option. where i check the original value of text field while submit form.

@danvick
Copy link
Collaborator

danvick commented Jan 17, 2019

This is a feature planned for future releases. Thank you

@danvick
Copy link
Collaborator

danvick commented Jan 29, 2019

Closed by release v1.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants