Skip to content

Releases: rawilk/laravel-form-components

1.4.12

08 Nov 21:09
d6d29d0
Compare
Choose a tag to compare

Changed

  • Allow timezone custom select to be fixed positioned

1.4.11

08 Nov 20:57
91fb54f
Compare
Choose a tag to compare

Changed

  • Allow custom select menu to be fixed positioned instead of absolute
  • Tweak password input styling

1.4.10

02 Nov 14:34
b588d3a
Compare
Choose a tag to compare

Fixed

  • Prevent toggle icon from overlapping with icons injected into the password input by password managers such as Lastpass

1.4.9

30 Oct 13:08
4580cd2
Compare
Choose a tag to compare

Changed

  • Change custom select option selection tracking to use session storage

1.4.8

29 Oct 18:54
4c460b3
Compare
Choose a tag to compare

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

28 Oct 20:10
5964524
Compare
Choose a tag to compare

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

26 Oct 15:18
a43ec9b
Compare
Choose a tag to compare

Fixed

  • Add wire:ignore to the custom-select button display to prevent livewire from re-rendering it

1.4.5

26 Oct 14:54
b7c5ee5
Compare
Choose a tag to compare

Changed

  • Update how custom-select is initialized

1.4.4

26 Oct 14:13
0061a88
Compare
Choose a tag to compare

Patch release to 1.4.3. The JS file for form-components did not build correctly in 1.4.3.

1.4.3

26 Oct 14:08
959257e
Compare
Choose a tag to compare

Fixed

  • [CustomSelect] Prevent trying to find children when $refs.menu is not present
  • [CustomSelect] Prevent menu and container from being referenced if not present