v0.23.1
Fixes
- Fix
selected
prop reactivity in RadioButtonGroup so that it can be programmatically updated (PR #407, issue #406) - Allow click propagation in ListBox so that list box menus can close correctly; this fixes behavior in the ComboBox, Dropdown, and MultiSelect components (PR #405, issue #388)
Documentation
- Add programmatic RadioButton example
- Add multiple ComboBox example
- Add multiple Dropdown example
- Add multiple MultiSelect example
- Add ExpandableAccordion recipe
Contributors