You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know that there is a way to customise the labels but I can't find a way of giving them a bit more of functionality and not just only minor styling changes.
I'm trying to replace them by input fields so you can either drag the handle or, by clicking in the label, type the amount in it. After that, the slider will receive the new value and will move to the new position.
I would like to just prevent the slider to move when clicking inside the input field, also the slider to allow me to type something in the input field (currently it is like if it was disabled and I can't even type in it)
I know that there is a way to customise the labels but I can't find a way of giving them a bit more of functionality and not just only minor styling changes.
I'm trying to replace them by input fields so you can either drag the handle or, by clicking in the label, type the amount in it. After that, the slider will receive the new value and will move to the new position.
I would like to just prevent the slider to move when clicking inside the input field, also the slider to allow me to type something in the input field (currently it is like if it was disabled and I can't even type in it)
I hope it makes sense. Here is a quick sample: https://codepen.io/anon/pen/orexdG
The text was updated successfully, but these errors were encountered: