Skip to content

Commit

Permalink
fix: 🐛 fixed input clear bug
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxingyun2010 committed May 6, 2024
1 parent 5b21c74 commit 7d4d5fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/input/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default class Input extends React.PureComponent<IProps, IState> {
this.setState({
isFocus: false,
})
}, 0)
}, 100)

setTimeout(() => {
const ele = evt.target
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 7d4d5fe

Please sign in to comment.