Skip to content

Commit

Permalink
Merge pull request #80 from inmanturbo/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
inmanturbo authored Jun 5, 2021
2 parents 3933966 + dc67a12 commit 63fdda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/admin/icons/icon-select.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<div class="w-full">
<div class="flex p-1 my-2 bg-white border border-gray-200 rounded">
<div class="flex flex-wrap flex-auto"></div>
<input x-on:focus="open = true" wire:model="query" placeholder="Search Icons" class="w-full p-1 px-2 text-gray-800 outline-none appearance-none">
<input x-on:focus="open = true" wire:model.debounce.50ms="query" placeholder="Search Icons" class="w-full p-1 px-2 text-gray-800 outline-none appearance-none">
</div>
</div>

<div x-cloak x-show="open" class="absolute z-40 w-full overflow-x-hidden overflow-y-auto bg-white rounded shadow top-100 lef-0 max-h-select svelte-5uyqqj">
<div x-show="open" class="absolute z-40 w-full overflow-x-hidden overflow-y-auto bg-white rounded shadow top-100 lef-0 max-h-select svelte-5uyqqj">
<div class="flex flex-col w-full">
<div class="w-full border-b border-gray-100 rounded-t cursor-pointer hover:bg-teal-100">
@forelse($icons as $icon)
Expand Down

0 comments on commit 63fdda2

Please sign in to comment.