Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PLAY-871] MultiSelect Rails (#2590)
**What does this PR do?** This helps the rails multi_level_select correctly submit with forms. **How to test?** Steps to confirm the desired behavior: 1. Go to /multi_level_select/rails 2. Scroll to the 3rd example 3. Test form submission (ignore after URL - this will be set by the client) 4. Click on the network tab, to find the data submitted correctly! 🎉 #### Checklist: - [x] **LABELS** Add a label: `enhancement`, `bug`, `improvement`, `new kit`, `deprecated`, or `breaking`. See [Changelog & Labels](https://github.com/powerhome/playbook/wiki/Changelog-&-Labels) for details. - [x] **DEPLOY** I have added the `milano` label to show I'm ready for a review. - [x] **TESTS** I have added test coverage to my code. --------- Co-authored-by: nida.ghuman <[email protected]>
- Loading branch information