javiertoledo / bootstrap-rating-input

Another plugin that eases the generation of rating stars for jQuery and Bootstrap
MIT License
319 stars 155 forks source link

Required Field #63

Closed leenremm closed 6 years ago

leenremm commented 7 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?

javiertoledo commented 6 years ago

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