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

how to make a custom field required by default? #1343

Open
atulsilori opened this issue Nov 21, 2022 · 1 comment
Open

how to make a custom field required by default? #1343

atulsilori opened this issue Nov 21, 2022 · 1 comment

Comments

@atulsilori
Copy link

atulsilori commented Nov 21, 2022

Description:

i have created custom field:

fields:[
                     {
			label: 'Signature',
			type:'signature',
			subtype: 'signature',
			icon: '✍',
			required: true,
                      }
           ]

but adding required : true not working.
Why this is not working?
If i add required:true in email field it is working

Environment Details:

  • formBuilder Version:
  • Browser:
  • OS:

Expected Behavior

Actual Behavior

Steps to Reproduce

Screenshot - (optional)

@lucasnetau
Copy link
Collaborator

Can you please provide a reproducible test case? I cannot replicate this locally.

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

No branches or pull requests

2 participants