-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Ignore editForm api key validation? #2280
Comments
I believe validate is an object. Have you tried setting it to validate: {}? That might work. Be aware though that the key is the most important field on the component definition as it controls where the value will be saved in the submission. If you don't make it required, weird things might start happening. |
Yes, its an object.
|
That looks like it should work the way you wrote it. It might be that the merge function isn't catching it correctly. Can you track through the code right above your screenshot to see if the merge is not working correctly? If that doesn't work, we can get you on a support package and have some support resources for you. |
@randallknutson https://github.com/formio/formio.js/blob/master/src/components/_classes/component/editForm/utils.js#L7 -> function
|
Can you make a recommendation for the change? I kind of see what is going wrong here but I'm not clear on what should fix it. |
Recommend closing this issue, due to PR #2412 adding this functionality. I used it to override the tooltip, thanks!
|
Hi,
I`d like to ignore validation in "API" tab on field "KEY" on editForm.
Have some way?
I tried this way but not worked!
The text was updated successfully, but these errors were encountered: