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 239e9a1 commit ab15d99Copy full SHA for ab15d99
src/View/Components/Choices.php
@@ -146,6 +146,7 @@ public function render(): View|Closure|string
146
},
147
selectAll() {
148
this.selection = this.options.map(i => i.{{ $optionValue }})
149
+ this.dispatchChangeEvent({ value: this.selection })
150
151
clear() {
152
this.focused = false;
src/View/Components/ChoicesOffline.php
@@ -139,6 +139,7 @@ public function render(): View|Closure|string
139
140
141
142
143
144
145
0 commit comments