Skip to content

Commit

Permalink
use a read only binding to avoid type conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jan 13, 2025
1 parent 7bd9438 commit 0ae9bfd
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 @@ -367,7 +367,7 @@
{max}
{step}
{actions}
bind:inputEl
bind:inputEl={null, (el) => (inputEl = el ?? null)}
on:input={handleInput}
on:focus
on:blur
Expand Down

0 comments on commit 0ae9bfd

Please sign in to comment.