We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.3.16-latest
chrome 76
https://vue.ant.design/components/time-picker-cn/#components-time-picker-demo-basic
1.选择一个时间
2.backspace清空
3.输入数字
清空后输入数字直接显示
控制台报错 第一个输入数字无显示,再输入可以正常工作
1.报错是因为Header.jsx文件中尝试修改props showStr导致warning
2.将showStr相关去掉可以解决此bug,但是未知副作用
The text was updated successfully, but these errors were encountered:
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
1.3.16-latest
Environment
chrome 76
Reproduction link
https://vue.ant.design/components/time-picker-cn/#components-time-picker-demo-basic
Steps to reproduce
1.选择一个时间
2.backspace清空
3.输入数字
What is expected?
清空后输入数字直接显示
What is actually happening?
控制台报错 第一个输入数字无显示,再输入可以正常工作
1.报错是因为Header.jsx文件中尝试修改props showStr导致warning
2.将showStr相关去掉可以解决此bug,但是未知副作用
The text was updated successfully, but these errors were encountered: