playcanvas / pcui

UI component library for web-based tools
http://playcanvas.github.io/pcui
MIT License
664 stars 62 forks source link

NumericInput: Focus on slider click #284

Closed ellthompson closed 1 year ago

ellthompson commented 1 year ago

This PR ensures the NumericInput component focusses on its input field when the draggable slider is clicked.

Fixes #99