Laravel – Value doesn't change even though select is set to the model
I use select2 to style selects. But in livewire I faced a problem that when I change the value it doesn't change even though the select is set to model <div class="select2-custom-field select2-without-search"> <select class="form-control height-40" wire:model="interval"> @foreach(AppModelsSavedSearch::listInterval() as $key…