This commit has some failing tests for a number of issues, but they all relate to removing items from multiple selects or checkbox groups.
Can't unselect options from a multiple select (maybe we need an unselect() helper)
Can't uncheck checkboxes that aren't backed by a hidden input
A form prefilled with one selected item in a multiple select has duplicate items (same for checkbox group)
I've had a quick go at an implementation to fix these issues, but I can't quite get my head around what you would need to do to remove items from a form in a session. I'll give it another crack soon, but any pointers would be awesome
This commit has some failing tests for a number of issues, but they all relate to removing items from multiple selects or checkbox groups.
unselect()
helper)I've had a quick go at an implementation to fix these issues, but I can't quite get my head around what you would need to do to remove items from a form in a session. I'll give it another crack soon, but any pointers would be awesome