Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [3.16.9](v3.16.8...v3.16.9) (2023-10-31) ### Bug Fixes * Add test cases for checkbox group ([36c7d0e](36c7d0e)) * Don't pull grid classes from SVG elements, The SVG className property is a SVGAnimatedString not a string. Controls like textarea.quill have SVG graphics in their element list. ([db27e06](db27e06)) * prevent togging the edit field if double-clicking within a textarea. Additionally, use the property isContentEditable to check if the element double-clicked is a descendant of a contenteditable field (eg a paragraph withing a div[contenteditable]) ([a44ef6e](a44ef6e)) * strip form-control from the quill container div if it is set, this class is incompatible with the quill control ([533ae80](533ae80)) * use the correct selector for the checkbox-group other value input, control may not have been added to the document dom at the time of onRender. ([0768868](0768868))
- Loading branch information