filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
19.29k stars 2.96k forks source link

Select value does not update #14420

Closed danharrin closed 3 weeks ago

danharrin commented 1 month ago

Open modal with searchable select, then switch record, value does not change

Donate 💰 to fund this issue

Fund with Polar

yogesh16 commented 1 month ago

@danharrin I can make PR on this. Can you please provide me more information?

danielgnh commented 1 month ago

@danharrin

Open modal with searchable select, then switch record, value does not change

Select, DateTimePicker, DatePicker, TimePicker fields with ->native(false), ->searchable() parameters can't be filled with data passed into the $this->form->fill()