Closed leenremm closed 6 years ago
I would like to make a rating field required. I have tried the following, unsuccessfully:
<input type="number" name="quality" id="quality" class="rating" required="true"/>
Can you add the option for the stars to be a required field in a Bootstrap form?
I bet you could implement that feature by checking the input values before submitting the form, I'd prefer not to add much features to this widget
I would like to make a rating field required. I have tried the following, unsuccessfully:
<input type="number" name="quality" id="quality" class="rating" required="true"/>
Can you add the option for the stars to be a required field in a Bootstrap form?