hi,
i have use required attribute in my select filed even after this it’s not validating the field, when i click on button without selecting any value in select field than button clicked and form got submitted. Required not working it’s not showing any error if i don’t have any value in the select field, and it’s allow form to submit with blank value of select tag.
How i can put validation on select that if select does not have any value than it must show error and resist the form to submit without any value.