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.5.5
Win10, Chrome, Vue2.6
For Date Picker:
For Date Range Picker
For Date Picker: Should keep empty as nothing filled
For Date Range Picker Should keep last selection date range
For Date Picker: Show today when blur the input
For Date Range Picker Show today 1 month when blur the end date input (Note that this change will not affect real value of the control)
简单看了下源码,应该是控件会默认一个时间/时间范围给picker,这个时间/时间范围是用来显示calendar的。同时DateInput也会拿这个作为显示,但是这个显示貌似只会在blur的时候真正显示在输入框里,也不会真的变更控件之前的值。
P.S.官网doc的默认示例也有这个问题,应该和使用方式无关
The text was updated successfully, but these errors were encountered:
fix: date-picker input string not correct #2246
ca36ffd
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.
Sorry, something went wrong.
No branches or pull requests
Version
1.5.5
Environment
Win10, Chrome, Vue2.6
Reproduction link
Steps to reproduce
For Date Picker:
For Date Range Picker
What is expected?
For Date Picker:
Should keep empty as nothing filled
For Date Range Picker
Should keep last selection date range
What is actually happening?
For Date Picker:
Show today when blur the input
For Date Range Picker
Show today 1 month when blur the end date input (Note that this change will not affect real value of the control)
简单看了下源码,应该是控件会默认一个时间/时间范围给picker,这个时间/时间范围是用来显示calendar的。同时DateInput也会拿这个作为显示,但是这个显示貌似只会在blur的时候真正显示在输入框里,也不会真的变更控件之前的值。
P.S.官网doc的默认示例也有这个问题,应该和使用方式无关
The text was updated successfully, but these errors were encountered: