Skip to content

v3.2.1

Choose a tag to compare

@mplatts mplatts released this 15 May 21:32
· 29 commits to main since this release

Bug fixes

  • Fixed disabled checkbox, switch, and checkbox-group fields still submitting a value via their hidden companion input (#483).

Native HTML form behavior excludes disabled fields from submission. Previously the hidden companion <input type="hidden"> used to default unchecked checkboxes to "false" was always rendered, so disabled fields still showed up in the form payload. It is now omitted when disabled is set.

Closes #483.