-
Notifications
You must be signed in to change notification settings - Fork 27
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
Referentielijsten API: display items as options in component preview #5107
Open
Tracked by
#4926
stevenbal opened this issue
Feb 13, 2025
· 0 comments
· May be fixed by open-formulieren/formio-builder#213 or #5144
Open
Tracked by
#4926
Referentielijsten API: display items as options in component preview #5107
stevenbal opened this issue
Feb 13, 2025
· 0 comments
· May be fixed by open-formulieren/formio-builder#213 or #5144
Comments
code
is selected, perform the service fetch operation and display the choices retrieved from /api/v1/items?tabel__code=<code>
in the preview (also handle the errors properly if the API is not reachable) -> also requires an extra endpoint in the backend to retrieve the items
vaszig
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Mar 7, 2025
… the component's preview
vaszig
added a commit
that referenced
this issue
Mar 7, 2025
12 tasks
vaszig
added a commit
that referenced
this issue
Mar 7, 2025
vaszig
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Mar 10, 2025
… the component's preview
vaszig
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Mar 10, 2025
… the component's preview
vaszig
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Mar 10, 2025
… the component's preview
vaszig
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Mar 11, 2025
… the component's preview
vaszig
added a commit
that referenced
this issue
Mar 11, 2025
vaszig
added a commit
to open-formulieren/formio-builder
that referenced
this issue
Mar 11, 2025
… the component's preview
vaszig
added a commit
that referenced
this issue
Mar 11, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice to have: if a
code
is selected, perform the service fetch operation and display the choices retrieved from/api/v1/items?tabel__code=<code>
in the preview (also handle the errors properly if the API is not reachable)Note that this also requires an extra endpoint in the backend to retrieve the items
The text was updated successfully, but these errors were encountered: