playcanvas / pcui

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

VectorInput step fix #294

Closed ellthompson closed 1 year ago

ellthompson commented 1 year ago

VectorInput needs to set a default value for the step property of its NumericInputs, otherwise they will use the VectorInput's precision value to calculate the initial step value.