All notable changes to Livewire Combobox
will be documented in this file:
- New code structure. All the code has been refactoring and optimized.
- Major security improvements, and now, the properties are
protected
notpublic
as before. - New method
disabledOnEmpty()
. - The variable
public string $comboboxContainerClass
now isprotected string $containerClass
.
- New loading indicator.
- New method
withoutResponse()
. - Fixed bug when main selector was reset.
- Initial commit.