Michael Schönrock
Results
2
comments of
Michael Schönrock
That's what I do too, but it seems there could be a better solution. if( is_array($this->customer_id) ) { // choices.js value is an array $this->customer_id = $this->customer_id['value']; }
Actually that works: `... wire:change="$set('customer_id', $event.target.value)"`