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

Commit a43ec9b

Browse files
committed
Add wire:ignore to button display to prevent livewire from re-rendering it
1 parent 0aed457 commit a43ec9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/inputs/custom-select.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class="{{ $buttonClass() }}"
3535
disabled
3636
@endif
3737
>
38-
<span class="custom-select--display space-x-2" x-html="display"></span>
38+
<span wire:ignore class="custom-select--display space-x-2" x-html="display"></span>
3939
@if ($optional && $clearIcon)
4040
<button x-on:click="clear()"
4141
x-show.transition.opacity.150ms="hasValue"

0 commit comments

Comments
 (0)