Label for select option of zero is not shown #6084
CherryDT
started this conversation in
Feature Requests & Ideas
Replies: 1 comment 1 reply
-
Hey there - well, we actually should be enforcing that select values are strings-only because of a variety of reasons. One of which is that GraphQL In the future, if you do not want to use GraphQL, we could investigate ways to support number-based values in select / radio fields, but right now, this is not supported. I'll convert this into a Feature Request discussion where we can track interest in the support of number-based select values, knowing that they will not work as such in GraphQL / etc. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Link to reproduction
No response
Describe the Bug
I have a field as follows:
For some reason, it doesn't show the configured
label
of "Nicht scharf" for the first option with value zero:To Reproduce
Create a field as shown above and open the dropdown
Payload Version
2.14.2
Adapters and Plugins
db-mongodb, bundler-webpack
Beta Was this translation helpful? Give feedback.
All reactions