Hi! Are there any plans on enabling feature values...
# give-feedback
p
Hi! Are there any plans on enabling feature values to be defined as enums? We use the type-safe feature flags in React but would love to have instead of just
string
-typed features defined enum values that could be enforced both in Growthbook and within the app 😊
f
Hi Axel - Yes, we have that on our roadmap. Currently we have json types, which supports json schema, but that’s only used on input validation, and doesn’t change the input to a dropdown (or similar ui for enum)
🙌 1