-
Notifications
You must be signed in to change notification settings - Fork 276
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]: TimeSelect组件editable的情况下,当用户输入不符合要求的时候,应该自动格式化 #1247
Comments
Title: 🐛 [Bug]: When the TimeSelect component is editable, when the user input does not meet the requirements, it should be automatically formatted. |
@AcWrong02 这个问题已修复,详情可看PR #2735 了解改动情况。 |
@AcWrong02 This issue has been fixed. For details, please see PR #2735 for the changes. |
Version
latest
Vue Version
latest
Link to minimal reproduction
see this demo:https://opentiny.design/tiny-vue/zh-CN/os-theme/components/time-select#basic-usage
Step to reproduce
输入09后,按下回车,会发现内容仅仅是09,认为可以格式化为初始时间
What is expected
输入09后,按下回车,应该要自动格式化为初始时间比较好一点
What is actually happening
输入09后,按下回车,内容仅仅是09
Any additional comments (optional)
No response
The text was updated successfully, but these errors were encountered: