Skip to content

Multiple Dropdowns in one form #1428

Discussion options

You must be logged in to vote

Hey @tasneemimamkhan! It sounds like the problem is just the scope of the forms. I'm impressed that you've already worked out that you can use additional forms bound to internal tables to provide options pickers because options isn't a valid type for external sources at the moment.

The way button actions work is that the button can only use values that are in their direct scope - so because the forms for "Grade" and "Program" are siblings of the button rather than parents, it can't see their values. I think there's a solution for this though. You'll need to ensure that the Button component is inside all the forms, so try making your component tree look like this:

Form "Student Submission …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tasneemimamkhan
Comment options

Answer selected by tasneemimamkhan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants