-
Notifications
You must be signed in to change notification settings - Fork 80
fix: auto focus #48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: auto focus #48
Conversation
Codecov Report
@@ Coverage Diff @@
## master #48 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 43 43
Branches 12 12
=========================================
Hits 43 43
Continue to review full report at Codecov.
|
检查一下之前用例为啥不会报错? |
改为 |
} | ||
}, [props.autoFocus, props.disabled]); | ||
}, [props.autoFocus]); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
自动获取焦点 需要根据属性改变做出响应吗?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hengkx 这个你先不用动了,我这边有一部分其他重构。会一起弄掉哈。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
知道了, |
fix #47