I need to append the percentage symbol to the spinnerInput, which is displayed below
<input type="number" min="0" value="0" step="5" onkeydown="return false"
>
The value in the textbox should be 45% as opposed to just 45
Syntax:
What is the best way to implement that (without using jQuery)?