-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add FAQ section or tutorial: How to handle dynamic enum elements #270
Labels
Comments
sdirix
changed the title
Add FAQ section: How to handle dynamic enum elements
Add FAQ section or tutorial: How to handle dynamic enum elements
Sep 5, 2023
LukasBoll
added a commit
to LukasBoll/jsonforms2-website
that referenced
this issue
Mar 4, 2024
Co-authored-by: Stefan Dirix <sdirix@eclipsesource.com> closes eclipsesource#270
LukasBoll
added a commit
to LukasBoll/jsonforms2-website
that referenced
this issue
Apr 15, 2024
Co-authored-by: Stefan Dirix <sdirix@eclipsesource.com> closes eclipsesource#270
LukasBoll
added a commit
to LukasBoll/jsonforms2-website
that referenced
this issue
Apr 15, 2024
Co-authored-by: Stefan Dirix <sdirix@eclipsesource.com> closes eclipsesource#270
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use case: enum options are derived from other fields and queried from an API.
Example: https://jsonforms.discourse.group/t/dynamic-enum-values/837
Example: Country, Region, City
useJsonForms()
to resolve country dataOptional: data resolving and fetch utils can be provided by a HOC
The text was updated successfully, but these errors were encountered: