formio / formio.js

JavaScript powered Forms with JSON Form Builder
https://formio.github.io/formio.js
MIT License
1.86k stars 1.05k forks source link

Required Validation does not disappear with formio 5.0.0-x #5457

Closed ralfeis closed 2 months ago

ralfeis commented 7 months ago

Hi,

if I use the newest version 5.0.0-rc38, then the "required" validation behaves different to the 4.6 version of formio. grafik

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

jeriah-formio commented 5 months ago

@ralfeis This issue seems to be resolved on 5.0.0-rc.39

ralfeis commented 4 months ago

Hi @jeriah-formio,

thanks for your feedback. I updated the test project: https://stackblitz.com/edit/js-o27pu6?file=index.html,package.json to the latest Formio (5.0.0-rc.42), but the error is still there. The pull request of https://github.com/formio/core/pull/31 must be merged, then it will be fixed.

Best regards

lane-formio commented 4 months ago

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

lane-formio commented 4 months ago

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

lane-formio commented 4 months ago

@ralfeis I have logged a ticket for internal reference, but it is not being prioritized at the moment. If you'd like to explore another fix that will work for both radio and checkboxes I'd be happy to have get it reviewed.

ralfeis commented 2 months ago

Hi formio team,

this issue can be closed. You have fixed it with this pull request: https://github.com/formio/core/pull/88 Many thanks for the great work!

Best regards Ralf