Multiple values in custom vield #12077
Unanswered
joernheissler
asked this question in
Q&A
Replies: 1 comment 1 reply
-
What kind of values? If it's an object value, then there is multi-object. If it's a selection field, then there is multi-select. If you want a list of arbitrary string values, then:
A list of numbers could also go in a JSON field as Anything more sophisticated would probably store internally in JSON anyway. It would then be a question of how to make the UI work with multiple values (add/remove values, validate individual values etc) which sounds like it could be quite tricky. |
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.
-
Hello,
I'd like to create a custom field where I can store multiple values. Is that possible? If not, is there already an issue (couldn'd find any)?
Beta Was this translation helpful? Give feedback.
All reactions