-
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
Required Validation does not disappear with formio 5.0.0-x #5457
Comments
@ralfeis |
Hi @jeriah-formio, thanks for your feedback. Best regards |
Just got get this into our workflow I've created an internal ticket: FIO-8221 Thanks for the contribution! @brendanbond will stay on top of this |
The fix had to be reverted as it broke validation for checkboxes. I'm going to go ahead and re-open the issue. An internal ticket has been logged to track this issue: FIO-8221 |
@ralfeis |
Hi formio team, this issue can be closed. You have fixed it with this pull request: formio/core#88 Best regards |
Hi,
if I use the newest version 5.0.0-rc38, then the "required" validation behaves different to the 4.6 version of formio.
The example is a "true","false" decision which must be selected (required validation)
If "no" is selected, then the required validation does not disappear.
Here is a simple example to test:
https://stackblitz.com/edit/js-o27pu6?file=index.html,package.json
Best regards
The text was updated successfully, but these errors were encountered: