diff --git a/resources/views/components/inputs/custom-select.blade.php b/resources/views/components/inputs/custom-select.blade.php index e2aa3c2..c0a8cb4 100644 --- a/resources/views/components/inputs/custom-select.blade.php +++ b/resources/views/components/inputs/custom-select.blade.php @@ -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"