Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 4deff03

Browse files
committed
Update snapshots
1 parent 8c90607 commit 4deff03

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/Components/Choice/__snapshots__/SwitchToggleTest__custom_attributes_are_applied_to_the_button__1.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
},
88
toggle() {
99
this.value = this.isPressed ? this.offValue : this.onValue;
10-
},
10+
$dispatch('input', this.value);
11+
},
1112
}"
1213
wire:ignore.self
1314
class="flex items-center "
14-
15+
1516
>
1617

1718
<button x-bind:aria-pressed="JSON.stringify(isPressed)"

0 commit comments

Comments
 (0)