Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Jan 10, 2022
1 parent fb88180 commit f37ce10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
x-model.debounce="search"
x-bind:placeholder="searchPlaceholder"
x-show="showSearchInput"
x-on:keydown.enter.stop="onEnter"
x-on:keydown.enter.prevent.stop="onEnter"
x-ref="search"
tabindex="-1"
class="focus:ring-0 focus:outline-none placeholder-blue-gray-400 h-full max-w-full w-auto align-top m-0 p-0 border-0 bg-transparent"
Expand Down
2 changes: 1 addition & 1 deletion resources/views/livewire/tree-select/tree-select.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
x-on:keydown.arrow-right="onArrowRight"
x-on:keydown.arrow-left="onArrowLeft"
@unless ($searchable)
x-on:keydown.enter.stop="onEnter"
x-on:keydown.enter.prevent.stop="onEnter"
@endunless
x-on:keydown.tab="onTab"
class="relative rounded-md focus:outline-none"
Expand Down

0 comments on commit f37ce10

Please sign in to comment.