Skip to content

fsmawi/html-numeric-input

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Yet another html numeric input, hope it's awesome

A textbox only allows visitor to type numeric, dot, and minus sign. This will replace the half-ass HTML5 input type=number

A working sample is here https://rawgit.com/lockevn/html-numeric-input/master/index.html

  • Support positive and negative number
  • Support decimal number (with dot)
  • This is vanilla JS, no library required
  • Tested on Chrome, Firefox, IE10, IE11
  • Tested on Windows, the keycodes is taken from http://keycode.info

About

a textbox that only allow visitor type numeric, dot, and minus sign

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%