Skip to content

Commit 60667e0

Browse files
committed
add(SearchableSelect): expose on:focus
1 parent 885a8bd commit 60667e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/custom/SearchableSelect/SearchableSelect.svelte

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ const onChange = (e) => {
7979
value={choice}
8080
on:change={onChange}
8181
on:blur={(e) => dispatch('check', e.target.value)}
82+
on:focus
8283
/>
8384
<span class="placeholder">{placeholder}</span>
8485
</label>

0 commit comments

Comments
 (0)