Skip to content

lcdezines/inputRange

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inputRange

A display only input range polyfill

Tested successfully on:

  • IE9

To use, the input needs to:

  • Be of type range: for obvious reasons ;)
  • Not be hidden: If I hide an input range, I want the polyfill to ignore it.
  • Be disabled: This is a display only polyfill, I have no logic to handle value changes.
  • Have defined min, value, and max attributes: Otherwise it will ignore it.
  • Have a span element to the right of it: This is where the polyfill is drawn.

About

A display only input range polyfill

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 60.0%
  • JavaScript 27.0%
  • HTML 13.0%