aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/forms/src/input/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/forms/src/input/index.tsx b/packages/forms/src/input/index.tsx
index 6be29e6e5..cc3709b1a 100644
--- a/packages/forms/src/input/index.tsx
+++ b/packages/forms/src/input/index.tsx
@@ -147,7 +147,7 @@ class InputComponent extends Component<IProps, IState> {
147 id={id} 147 id={id}
148 type={inputType} 148 type={inputType}
149 name={name} 149 name={name}
150 defaultValue={value as string} 150 value={value as string}
151 placeholder={placeholder} 151 placeholder={placeholder}
152 spellCheck={spellCheck} 152 spellCheck={spellCheck}
153 className={classes.input} 153 className={classes.input}