How can I check if a user has selected something from a <select>
field in HTML5?
I see <select>
doesn’t support the new required
attribute… do I have to use JavaScript then? Or is there something I’m missing? :/
How can I check if a user has selected something from a <select>
field in HTML5?
I see <select>
doesn’t support the new required
attribute… do I have to use JavaScript then? Or is there something I’m missing? :/