Skip to content

Commit f354b6f

Browse files
committed
Revert "fix: [WOAUILIB-3867] TextField default value (#2830)" (#2850)
This reverts commit 77a7d09.
1 parent 5709747 commit f354b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/textField/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ const TextField = (props: InternalTextFieldProps) => {
180180
)}
181181
<Input
182182
placeholderTextColor={hidePlaceholder ? 'transparent' : placeholderTextColor}
183-
{...others}
184183
value={fieldState.value}
184+
{...others}
185185
readonly={readonly}
186186
style={inputStyle}
187187
onFocus={onFocus}

0 commit comments

Comments
 (0)