danielcrisp / angular-rangeslider

Simple directive that creates a range slider for Angular, styled to match Bootstrap-styled form elements
danielcrisp.github.io/angular-rangeslider/
MIT License
223 stars 122 forks source link

input value selection doesn't work when slider is moved (internet explorer) #103

Open vesko-vujovic opened 7 years ago

vesko-vujovic commented 7 years ago

This is your example...

http://plnkr.co/edit/c4gWaK8z0kyTnaCttAeO?p=preview

If you test this example in IE you will see that after moving slider, you can't select the value in input field.

I tried to focus field then select it, nothing worked.