Closed mohdaftab closed 12 months ago
https://github.com/filamentphp/filament/assets/25055576/91390ebc-ff83-4bd0-8ffd-dbeb853f22ce
Please check this video for reference. Thank you
looking at the code, it looks to be a livewire issue given we are not doing a live call. We will test this, but can you please update with your exact livewire version? 3.0.0 is old now it is on 3.2.1. and filamentphp version, 3.0-stable isn't the version you are on now.
Thanks
Hello @tonypartridge This is what I see in the composer.lock file
"livewire/livewire": "^3.0", "livewire/volt": "^1.3", "orchestra/testbench": "^7.0|^8.0", "phpunit/phpunit": "^9.0|^10.0"
I updated the livewire version using php artisan livewire:update and it asked me so many questions and asked to make changes with Before/After code and it seems to be working fine now. I will try to update my production project and see how it goes.
Thank you so much.
@tonypartridge turns out my production server had Livewire 2 somehow working with Filament v3 but I have now updated it. I just wanted to confirm that the changes it asked me to do will be automatically fixed on the Filament version and I just have to fix them on my front-end which I coded myself? Thank you
@tonypartridge turns out my production server had Livewire 2 somehow working with Filament v3 but I have now updated it. I just wanted to confirm that the changes it asked me to do will be automatically fixed on the Filament version and I just have to fix them on my front-end which I coded myself? Thank you
That is standard livewire upgrade, filament doesn't have livewire which is why we advise you do it.
Package
filament/forms
Package Version
^3.0-stable
Laravel Version
^10.0
Livewire Version
V3.0.0
PHP Version
PHP 8.1
Problem description
I am using multiple (live - important) Select Component with multiple select and preload in my form and the issue I am facing is when I have some options selected and I want to remove some of them by clicking on x button quickly then it hits the server as expected but if I click them one by one quickly some of them re-appear in the options. It works a bit better on local but the production server is a bit slower and we face this issue all the time.
Thank you
Expected behavior
Is it possible to make live only when blur like on TextInput ->live(onBlur: true) or disable removing item until the previous request is complete please?
Thank you
Steps to reproduce
Thank you
Reproduction repository
https://github.com/mohdaftab/filamentphp-mohdaftab
Relevant log output