Hey Guys,
I came across the 'required' attribute for input tags in HTML5, and it just super handy.
But I was wondering, if there is workaround for dependent inputs using just the required attribute.
Like:
Say I have a select box, which has certain options. Depending on the user selection, the user may have to fill out extra information in the form (which is required).
I know how to do this with JS etc. But since I came across the required attribute I am curious, if this is achievable. That would be super!
Thanks.
Best Regards