-
Notifications
You must be signed in to change notification settings - Fork 4k
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
DatePicker日期选择框 初始化赋值 清空依然存在问题 #7534
Comments
Translation of this issue:DatePicker Date Selection Frame initialization Significance is still problematicREPRODUCTION LINK[https://angular-aev8a1.stackblitz.io] (https://angular-aev8a1.stackblitz.io) STEPS To ReproduceDatePicker Date Selection box initializes the assignment, and click the empty button on the right to clear. Sometimes it seems to be cleared after a few seconds, and sometimes the click is invalid; What is exfected?DatePicker Date Selection Frame initializes in real time. What is actually happy?DatePicker Date Selection box initializes the assignment, and click the empty button on the right to clear. | ENVIRONMENT | Info | This problem seems to exist in several versions ... |
我这边试下来的结果是,点击clear icon清除无效,然后鼠标点击input框之后清除,等5-10秒不会清除。 |
手动触发angular变更检测可以解决
|
Reproduction link
https://angular-aev8a1.stackblitz.io
Steps to reproduce
DatePicker日期选择框 初始化赋值,点击右边清空按钮依然无法清空。有时好像延时好几秒后清除掉,有时点击清除无效;
除非点开面板重新赋值 ,方可实时清空。
nz-range-picker 好像点击后5-10秒自动清空
nz-date-picker 纯粹点击无法清空
What is expected?
DatePicker日期选择框 初始化赋值 实时清空。
What is actually happening?
DatePicker日期选择框 初始化赋值,点击右边清空按钮依然无法清空。
这个问题好像几个版本都存在...
The text was updated successfully, but these errors were encountered: