diff --git a/components/input/Password.tsx b/components/input/Password.tsx index 2bdd858acf..8f5e8b50de 100644 --- a/components/input/Password.tsx +++ b/components/input/Password.tsx @@ -28,23 +28,7 @@ export default class Password extends React.Component { - this.input = node; - } - onChange = () => { - this.input.blur(); - this.setState({ visible: !this.state.visible, }); @@ -53,10 +37,7 @@ export default class Password extends React.Component ); }