Feature Request: Range Field #5308
thepedroferrari
started this conversation in
Feature requests
Replies: 1 comment
-
Hey @thepedroferrari, thank you for this detailed field suggestion, it looks great. We aren't looking for new fields right now but once we cross into our GA release we'll be looking for community contributions. |
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
-
Range field
I've been implementing myself on the frontend and adding the required constraints there before I send the update request, but I believe it would be awesome if we could have a Range field in Keystone.
Very similar to the integer field with an extra set of rules. Every time I am looking at a scale, I wish there were more fine-grain control over the min and max values.
Proposed settings:
Use cases:
and ofc many others.
UI:
Something that could make use of
<input type="range">
Alternative:
Adding min and max values to the integer field could be just enough.
I would love to help with a PR if you believe this to be a good idea.
Beta Was this translation helpful? Give feedback.
All reactions