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
IndomieRendang
IndomieRendangOP2y ago
seems it is overridden by wire:loading.attr 🤔
IndomieRendang
IndomieRendangOP2y ago
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...
Prymiee
Prymiee2y ago
Is there an issue created in Livewire/Livewire?
IndomieRendang
IndomieRendangOP2y ago
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).

Did you find this page helpful?