Releases: rawilk/laravel-form-components
Releases · rawilk/laravel-form-components
1.4.12
Changed
- Allow timezone custom select to be fixed positioned
1.4.11
Changed
- Allow custom select menu to be fixed positioned instead of absolute
- Tweak password input styling
1.4.10
Fixed
- Prevent toggle icon from overlapping with icons injected into the password input by password managers such as Lastpass
1.4.9
Changed
- Change custom select option selection tracking to use session storage
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
1.4.6
Fixed
- Add
wire:ignore
to the custom-select
button display to prevent livewire from re-rendering it
1.4.5
Changed
- Update how
custom-select
is initialized
1.4.4
Patch release to 1.4.3. The JS file for form-components did not build correctly in 1.4.3.
1.4.3
Fixed
- [CustomSelect] Prevent trying to find children when $refs.menu is not present
- [CustomSelect] Prevent menu and container from being referenced if not present