diff --git a/components/input/index.tsx b/components/input/index.tsx index 0890a3e1..9cefc05a 100644 --- a/components/input/index.tsx +++ b/components/input/index.tsx @@ -50,7 +50,7 @@ export default class Input extends React.PureComponent { this.setState({ isFocus: false, }) - }, 0) + }, 100) setTimeout(() => { const ele = evt.target diff --git a/package.json b/package.json index 76c6c3ef..43978901 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auto-ui", - "version": "2.4.63", + "version": "2.4.64", "description": "auto ui components", "main": "es/index", "typings": "es/index",