two select option fields, where one is dependent on the other #10578
Unanswered
ivanvinicius
asked this question in
Q&A
Replies: 1 comment
-
Please provide a minimal codesandbox to re-produce this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my multi step form, I have two Select Options fields. First is categories, and the seconds is subcagories.
My problem occurs when I go forward and return to step one. On the form context, subcategory field has a value, but it is not set correctly to the field. I mean, the value is correct, but the label shows (Select one option)
If you wanna see my complete code, check the gist below
https://gist.github.com/ivanvinicius/913c568d25b8732d0c5bec400bb1165f
Beta Was this translation helpful? Give feedback.
All reactions