- Issue created by @goose2000
- π³π±Netherlands bram.velthoven
Has there been any progress on this issue? Iβm encountering a similar situation where a field becomes visible and required based on a specific field selection, yet the 'N/A' option remains available. Any insights on resolving this?
- @bramvelthoven opened merge request.
- π³π±Netherlands bram.velthoven
I worked on a patch removing the "N/A" option from the field when conditional_fields set the form-items to required. Since this is CSR we needed to do some magic to detect the "N/A" option and hide it accordingly.
I also updated the phpstan because the CI pipeline gave me problems.