We use mobx-react-form (https://github.com/foxhound87/mobx-react-form) for our forms. One of our forms has a multi select dropdown. according to the selection, fields are added / removed from the form. How can this be managed in mobx-react-form?
Asked
Active
Viewed 1,739 times
5
-
1I'm the author of the package. You can find an example using react-select in the demo repo: https://github.com/foxhound87/mobx-react-form-demo/blob/master/src/components/forms/FormDynamicFieldsSelect.jsx Hope it will help. – foxhound87 Apr 26 '17 at 21:14