Can't disable checkbox, radio, toggle?
Is it true that we can't disable checkbox, radio and toggle? I've already used
->disabled()
but not disabled at all.4 Replies
seems it is overridden by wire:loading.attr 🤔
GitHub
Fix disabled problem for Radio, Checkbox, Checkbox List & Toggle by...
This commit wants to fix Radio, Checkbox, Checkbox List & Toggle that can't be disabled.
Changes have been thoroughly tested to not break existing functionality.
New functionality has be...
Is there an issue created in Livewire/Livewire?
I believe someone will do for that... I'm not that good in livewire so I decided to wait while use the modification from my PR for my own views (the pr was closed since that's a bug from livewire, as you see).