We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885a8bd commit 60667e0Copy full SHA for 60667e0
components/custom/SearchableSelect/SearchableSelect.svelte
@@ -79,6 +79,7 @@ const onChange = (e) => {
79
value={choice}
80
on:change={onChange}
81
on:blur={(e) => dispatch('check', e.target.value)}
82
+ on:focus
83
/>
84
<span class="placeholder">{placeholder}</span>
85
</label>
0 commit comments