Skip to content

Commit

Permalink
Add wire:ignore to button display to prevent livewire from re-renderi…
Browse files Browse the repository at this point in the history
…ng it
  • Loading branch information
rawilk committed Oct 26, 2020
1 parent 0aed457 commit a43ec9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/inputs/custom-select.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class="{{ $buttonClass() }}"
disabled
@endif
>
<span class="custom-select--display space-x-2" x-html="display"></span>
<span wire:ignore class="custom-select--display space-x-2" x-html="display"></span>
@if ($optional && $clearIcon)
<button x-on:click="clear()"
x-show.transition.opacity.150ms="hasValue"
Expand Down

0 comments on commit a43ec9b

Please sign in to comment.