Posts

Showing posts from May, 2018

How to remove plus and minus characters from input type number

Here is a solution on how to remove the plus and minus characters from the input type number and retain the existing value of the input field excluding the plus and minus symbols, i have used jquery for this hack this can also be achieved with plain javascript. Here is the code snippet which removes the plus and minus signs from number field See the Pen BxqXep by Purushothaman ( @purush97k ) on CodePen .