Replies: 2 comments
-
Hey @timmaier , by right it should persist the decimal value, and increase/decrease based on the steps. eg: 18.5 -> 19.5 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @zernonia thanks for the prompt response. Here's a stack blitz showing my usecase. Maybe it has something to do with my computed shadow value. I would expect I could enter 1.1, 1.2, 1.3 etc as a value and it persist. However doing so will always round down or up to whatever I set step too. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I set the step prop to 1 I still want to be able to enter fractions for example 10.35 via the input itself when not using the NumberFieldIncrement and NumberFieldDecrement component.
Beta Was this translation helpful? Give feedback.
All reactions