This repository has been archived by the owner on Jun 5, 2023. It is now read-only.
v0.45.0
Pre-release
Pre-release
⚠️ BREAKING CHANGES
- Combobox: If the
multiple
property is set totrue
, then an array of selected items is
returned. Ifmultiple
isfalse
, then the selected item is no longer returned as an array. - Autocomplete: If the
multiple
property is set totrue
, then an array of selected items is
returned. Ifmultiple
isfalse
, then the selected item is no longer returned as an array. - Select: If the
multiple
property is set totrue
, then an array of selected items is
returned. Ifmultiple
isfalse
, then the selected item is no longer returned as an array.