Reproduce problem: https://jsfiddle.net/oc0veLLp/9/
Hi,
I have the following problem, if I want a field to don't required (Once the form has been initialized, and this changed dynamically), I delete the "required" by javascript but if the field has other attributes such as "minLength" or "maxLength" it is still mandatory.
How can I solve this in the best way?
thanks