-
Notifications
You must be signed in to change notification settings - Fork 1
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
✨ [#5016] Referentielijsten dataSrc for options #204
base: main
Are you sure you want to change the base?
Conversation
e462b1c
to
cb70661
Compare
2a6c27b
to
75b0595
Compare
d99a9a9
to
7b6225b
Compare
dynamically fetch options for select, selectboxes and radio components
previously this was a textfield, now it's a react-select populated with the tabellen for the selected service
…m for referentielijst tabellen
…tically select first service
7b6225b
to
c94af28
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the comments on stories/implementation for radio obviously also apply to select and selectboxes :)
… custom helper selectEvent from react-select-event was causing issues when used with a storybook production build
2752021
to
30e3919
Compare
30e3919
to
c1ef2f9
Compare
@@ -16,6 +16,7 @@ | |||
"noImplicitAny": true, | |||
"strictBindCallApply": true, | |||
"strictNullChecks": true, | |||
"skipLibCheck": true, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you create a follow up issue to enable this again and assign it to me? I don't want to forget about it and am usually hesitant to disable type checking features 😬
closes open-formulieren/open-forms#5016 partially
Requires open-formulieren/types#64 to be merged and released