Skip to content

Commit

Permalink
fix: keep text input placeholder when error is true (#2213)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunohkbx committed Nov 23, 2020
1 parent 61fd1a9 commit eb67ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TextInput/TextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class TextInput extends React.Component<TextInputProps, State> {
ios: false,
default: true,
}),
}).start(this.hidePlaceholder);
}).start();
};

private hideError = () => {
Expand Down

0 comments on commit eb67ad4

Please sign in to comment.