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
I'm having a problem with this too. The fix for this is pretty simple and I'm happy to do it.
The changes would look very similar to this PR, but for Material UI you need to put the stepProps value as generated from that PR into the inputProps property of the Material UI Input component:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please leave a comment if this is still an issue for you. Thank you.
Description
The library has support for setting the input[type=number] min, max, and step attributes via minimum, maximum, multipleOf. From the Widgets page:
I'm seeing that the 'updown' widget does not support these attributes.
Codesandbox
Expected behavior
The UpDown input should step by 3, and bound at 1 and 10.
Actual behavior
The UpDown input steps by 1, and does not bound at any min or max.
Version
2.3.0
The text was updated successfully, but these errors were encountered: