hugozap / react-rotary-knob

🎛 Skinnable knob for React.
MIT License
156 stars 22 forks source link

show float rather than integer #13

Closed louieogrady closed 5 years ago

louieogrady commented 5 years ago

Hi, is there anyway to show floats rather than integers on the skins with numbers? I've tried using the Javascript toFixed() to get what I need but it doesn't seem to work. Any ideas?

hugozap commented 5 years ago

You can clone a skin file e.g https://github.com/hugozap/react-rotary-knob-skin-pack/blob/1e8e923c6583105c6e0e478c77b1ec31c610d207/skins/s17.js#L88 and change toFixed(decimals), that should work.