playcanvas / pcui

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

Remove defaults for the SliderInput's min / max arguments #280

Closed ellthompson closed 1 year ago

ellthompson commented 1 year ago

When refactoring the codebase to TypeScript, I added default values for the SliderInput's min and max arguments as these were included in the JSDoc comments. However the defaults of 0 and 1 often limit the range of the SliderInput's numeric input field to less than the range draggable with the slider itself.