We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b1af3 commit 5f5c8f1Copy full SHA for 5f5c8f1
resources/views/components/button/radio.blade.php
@@ -9,7 +9,7 @@
9
10
@php
11
$input = $attributes->filter(function ($value, $key) {
12
- return in_array($key, ['name', 'value']) || Str::startsWith($key, ['x-model', 'wire:model']);
+ return in_array($key, ['name', 'value']) || Str::startsWith($key, ['x-bind:value', 'x-model', 'wire:model']);
13
});
14
$label = $attributes->except(array_keys($input->all()))->class([
15
//
0 commit comments