This repository was archived by the owner on Mar 18, 2025. It is now read-only.
Releases: rawilk/laravel-form-components
Releases · rawilk/laravel-form-components
1.4.12
1.4.11
1.4.10
1.4.9
1.4.8
Fixed
- Adjust how selected options are tracked for custom selects that are multiple selectable and wire filterable -- see livewire issue #763
- Adjust selected display styling for multi custom-select
1.4.7
Fixed
- Fix z-index issue on custom select container
- Preserve custom select display if selected option disappears
- Prevent custom select options from being selected and de-selected in the same click
- Allow tab to work normally when pressed and custom select button trigger is focused
- Re-focus custom select trigger button when
esc
key is pressed and menu is opened - Make custom select clear button always vertically centered