Open
Description
Prerequisites
- I have read the documentation;
- In the case of a bug report, I understand that providing a SSCCE example is tremendously useful to the maintainers.
- Ideally, I'm providing a sample JSFiddle or a shared playground link demonstrating the issue.
Description
Steps to Reproduce
- Check "Omit extra data" and "Live omit"
- Click on "opt" to make it true
- Check "a" and "b"
- Click "opt" to make it false
- Check "b" and "d"
Expected behavior
When clicking "opt" to make it false, "a" and "b" should be omitted from the form data. I should end up with the form data's value of "arr" to equal ["c", "d"].
Actual behavior
"a" and "b" is not omitted from the form data. I end up with the form data's value of "arr" to equal ["a", "b", "c", "d"].
Version
1.6.1