Skip to content

Commit

Permalink
chore: cleanup syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaclen committed Aug 26, 2023
1 parent 031f001 commit f42bf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/CurrencyInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
name={`formatted-${name}`}
required={required && !isZero}
placeholder={formattedPlaceholder}
autocomplete={autocomplete}
{autocomplete}
{disabled}
bind:value={formattedValue}
on:keydown={handleKeyDown}
Expand Down

0 comments on commit f42bf40

Please sign in to comment.