Greetings,
I need to use the stars ratings code but I got a number input (please check the image).
I used the following block of code:
<div class="col-md-6 bottommargin-sm">
<div class="white-section">
<label>Start with Default params:</label>
<input id="input" type="number" class="rating" max="5" data-size="sm" data-glyphicon="false" data-rating-class="fontawesome-icon">
</div>
</div>Also, I imported (css/components/bs-rating.css)
I think I'm missing something, but I don't know what is it.
Any idea?
