We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf28de6 commit f8f6006Copy full SHA for f8f6006
src/common/Text.svelte
@@ -34,6 +34,7 @@
34
<div class="input {css}" class:error class:disabled>
35
{#if type == "password"}
36
<input
37
+ {...$$restProps}
38
bind:value
39
bind:this={input}
40
{id}
@@ -48,6 +49,7 @@
48
49
/>
50
{:else if type == "number"}
51
52
53
54
55
@@ -62,6 +64,7 @@
62
64
63
65
{:else}
66
67
68
69
70
0 commit comments