-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
[Bug Report] el-date-picker type datetime, selection time and seconds can not be clicked, sliding can be, but can not be accurately selected #16732
Comments
Translation of this issue: Element UI version2.10.1 OS/Browsers versionChrome Vue version2.6.10 Reproduction LinkHttps://codepen.io/pen/?&editable=true Steps to reproduceAfter pulling out the el-date-picker component and selecting type = datetime, the selection time and seconds can not be clicked to select, sliding is possible, but can not be accurately selected. Https://codepen.io/pen/?&editable=true can be run online on the official website and viewed. What is Expected?When selecting time and seconds, you can click Select What is actually happening?Cannot click when choosing time and seconds. |
如果value-format 是yyyy-MM-dd'T'HH:mm:ss 则会出现这样的问题。 <el-date-picker v-model="value1" type="datetime" placeholder="选择日期" value-format="yyyy-MM-dd'T'HH:mm:ss"> 这样是失败的。 2.8.2版本是好的,自 2.9.0 版本开始不支持。 |
|
我的是 value-format="yyyy-MM-dd HH:mm:ss" 时,不过,即使我去掉了,也依旧无法通过点击获取时分秒,我用的是谷歌浏览器打开的,不知道是不是浏览器的问题 |
无法重现。 |
遇到类似问题了,el-date-picker时间中的hour点击无效。测试环境中一直没有出现,生产环境中出现了。其次,input编辑hour, 编辑完成,最后还是回到编辑前的时间。 |
Element UI version
2.10.1
OS/Browsers version
Chrome
Vue version
2.6.10
Reproduction Link
https://codepen.io/pen/?&editable=true
Steps to reproduce
拉取el-date-picker组件并选择 type = datetime 后,选择时分秒无法点击选择,滑动是可以,但是无法精确选择。
https://codepen.io/pen/?&editable=true 可以在官网在线运行,查看。
What is Expected?
选择时分秒时可以点击选择
What is actually happening?
选择时分秒时无法点击。
The text was updated successfully, but these errors were encountered: