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
When using either a NumField or AutoField, the increment/decrement step doesn't seem to be changeable. For instance, my schema has a Capacity value which should be a whole number, but using the arrow keys, I can enter 10.01, which is an invalid value in regards to my schema.
Does the ability to define a step size exist? I tried the following but it didn't do anything:
Hey @Skulmuk. It's not configurable right now, but it will be very easy to do so (for example it is here in uniforms-unstyled). Would you like to submit a PR for it?
Thanks for the quick reply, @radekmie. I don't have time to raise a PR at the moment - I'm knee-deep in client work. Is this something we'll see included in the near future?
When using either a NumField or AutoField, the increment/decrement step doesn't seem to be changeable. For instance, my schema has a Capacity value which should be a whole number, but using the arrow keys, I can enter 10.01, which is an invalid value in regards to my schema.
Does the ability to define a step size exist? I tried the following but it didn't do anything:
The text was updated successfully, but these errors were encountered: