Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support dynamic form fields by validating the selected value of a dro…
…pdown. Issue [2723](thoughtbot#2723) I want to create dynamic dropdowns in a form. Update a field based on the selected value of another dropdown. I achieve this by calling Model.new model_params in the controller, which is currently not supported
- Loading branch information