You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use slider precision to format feathers slider label (#21325)
# Objective
The slider label doesn't format consistently. For example, for precision
`2` it might jump between: `20`, `20.01`, `20.02` ... `20.1`, `20.11`…
which is noisy and ugly.
## Solution
Format the label using the precision.
## Testing
Checked the feathers example with `2`, `0` and `-1` precision.
## Showcase
https://github.com/user-attachments/assets/9f30200a-a832-43df-937a-123c8d3168cf
0 commit comments