-
-
Notifications
You must be signed in to change notification settings - Fork 49.7k
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
TimePicker.RangePicker (needConfirm=false) focus and displays start time picker when clicking outside #48904
Comments
Start a new pull request in StackBlitz Codeflow. |
MadCcc
added
🐛 Bug
Ant Design Team had proved that this is a bug.
and removed
unconfirmed
labels
May 15, 2024
@wenboyu2 大佬,有解决吗 |
same issue in antd 5.18.1 and 5.18.3, any update? |
same issue 5.18.3 |
这个是偶发 旧项目 react 16.13,antd 5.17.4 就没这个问题 新项目 react 18.2,antd 5.18.2 必现 逻辑都是一样的,旧的正常,新的选完结束时间会再次弹出,还要再点一下才能关闭, 手动控制可以暂时解决
|
Last messages solution doesn't work for me because it behaves like it disregards the needConfirm={false} property |
目前的版本好像这个问题已经修复了 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reproduction link
Steps to reproduce
What is expected?
the range picker select should be dismissed
What is actually happening?
focus goes back to the start time select and expands the start time select dropdown
The text was updated successfully, but these errors were encountered: