Skip to content

Commit

Permalink
this shouldn't be this hard for me
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jan 13, 2025
1 parent 67c4a7b commit 7bd9438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte-ux/src/lib/components/TextField.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
{disabled}
value={inputValue}
{autocapitalize}
bind:this=inputEl
bind:this={inputEl}
on:input={handleInput}
on:focus
on:blur
Expand Down

0 comments on commit 7bd9438

Please sign in to comment.