Hi, I have a dialog where on dropdown change some fields are shown or hidden. I have some fields which are having "required" as "true".
Whenever I am submitting this dialog. Its showing validation error on hidden fields and form is not getting saved.
How to disable validation for hidden fields ?
Thank you.