You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you submitting a bug report or a feature request?
bug report
What is the current behavior?
I have 2 FieldArrays in bootstrap tabs based on routing, so the fields are displayed conditionally. The steps is the first field you see. When you add one step, it gets pushed to the steps array. When you switch tabs to questions and add a question, the question gets pushed to the steps array instead of the questions array.
What is the expected behavior?
I expect the question to be added to the questions array, so to the property the name refers to instead of the first field FieldArray is initialized with on window load.
Are you submitting a bug report or a feature request?
bug report
What is the current behavior?
I have 2 FieldArrays in bootstrap tabs based on routing, so the fields are displayed conditionally. The steps is the first field you see. When you add one step, it gets pushed to the steps array. When you switch tabs to questions and add a question, the question gets pushed to the steps array instead of the questions array.
What is the expected behavior?
I expect the question to be added to the questions array, so to the property the name refers to instead of the first field FieldArray is initialized with on window load.
Sandbox Link
https://codesandbox.io/s/youthful-wave-e4t0h
What's your environment?
The text was updated successfully, but these errors were encountered: