Payload 3 - select field w/ storage as text #11298
Unanswered
heylookalive
asked this question in
Q&A
Replies: 0 comments
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.
-
Hi, is there an easy way to use a select field but without the ENUM behaviour so that storage just accepts a value as defined in
options
of the field config? My use case is to create an ISO 3166-1 select field where the value stored is the 2 char code.I don't need a TS enum for this, and I don't want Postgres to be aware of that either.
Beta Was this translation helpful? Give feedback.
All reactions