thaw/thaw_components/src
Ari Seyhun 324bc57e42
feat: Add support for multiple options in Select (#166)
* feat!: Add support for multiple options in Select

* feat: Sync Select menu when value is updated

* feat: Decrease line height of multi select items

* fix: Invalid callback on multiselect tag close

* feat: Sync Select menu only for multiple values

* feat: separate `MultiSelect` from `Select` component

* fix: SelectLabel slot implementation

* feat: rename `MultiSelect` to `SelectMulti`

* feat: rename and move `MultiSelect`

* feat: add arrow to select component

* feat: lower opacity of select dropdown arrow icon

* fix: inconsistent select font size

* fix: select menu font size

* feat: add clear button to multi select

* fix: Multi select icon on click attribute

* feat: use inline-block for select component

* feat: detect select min width based on options

* feat: add `allow_clear` prop to `MultiSelect`

* feat: remove select min width detection

* feat: use `Children` for `SelectLabel`

* feat: rename `allow_clear` to `clearable`

* fix: follower min width

* feat: remove inline-block from `Select`
2024-04-23 09:41:01 +08:00
..
binder feat: Add support for multiple options in Select (#166) 2024-04-23 09:41:01 +08:00
css_transition feat: CSSTransition adds appear and hooks 2024-03-30 01:42:13 +08:00
focus_trap Fix/240410 (#162) 2024-04-10 22:45:01 +08:00
teleport Fix/240410 (#162) 2024-04-10 22:45:01 +08:00
wave Feat/thaw components (#146) 2024-03-19 23:04:16 +08:00
if_comp.rs Feat/thaw components (#146) 2024-03-19 23:04:16 +08:00
lib.rs fix: Drawer and Modal esc close 2024-04-09 08:34:11 +08:00
option_comp.rs Feat/thaw components (#146) 2024-03-19 23:04:16 +08:00