LeaVerou / multirange

A tiny polyfill for HTML5 multi-handle sliders
http://projects.verou.me/multirange/
MIT License
605 stars 82 forks source link

ghost.value returns single instead of array #14

Open dy opened 8 years ago

dy commented 8 years ago

Ghost input returns single value, whereas it has attribute multiple. That is confusing in case if we try to handle input event and read this.value.

I am trying multirange in prama, it is very graceful solution for inputs, thanks @LeaVerou!

P. S. [Un]fortunately traditionally IE shits the bed.

LeaVerou commented 8 years ago

The idea is that you wouldn't be using ghost at all in your code. But I see your use case, multirange should fire an input on the main slider when either is modified.