tajo / react-range

🎚️Range input with a slider. Accessible. Bring your own styles and markup.
https://react-range.pages.dev
MIT License
859 stars 97 forks source link

Focus programmatically #162

Closed taras-bs closed 3 months ago

taras-bs commented 2 years ago

Hi. I need to focus the range programmatically with smth like rangeRef.current.focus(). Is there such possibility?