pmndrs / leva

🌋 React-first components GUI
https://leva.pmnd.rs
MIT License
5.05k stars 202 forks source link

InputNumber precision #454

Closed gx-russel closed 1 year ago

gx-russel commented 1 year ago

How do I set the InputNumber Precision of decimal point

cptSwing commented 1 year ago

You can use step in conjunction with pad : https://github.com/pmndrs/leva/issues/449