html - HTML5: Append spinnerInput value with percentage symbol -


i need append percentage symbol spinnerinput, displayed below

enter image description here

<input type="number" min="0" value="0" step="5" onkeydown="return false" >

the value in textbox should 45% opposed 45

syntax:

what best way implement (without using jquery)?


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -