-
Notifications
You must be signed in to change notification settings - Fork 97
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
[DateTimePicker] 希望增加日期时间选择器的时分秒自定义功能 #36
Comments
👋 @maxmeng93,感谢给 TDesign 提出了 issue。 |
感谢反馈,我们评估一下,尽快在下个版本给出方案 |
这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。 |
此 Issue 被自动关闭,因为它自被标记为过时 stale 以来已闲置 7 天。 |
这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。 |
此 Issue 被自动关闭,因为它自被标记为过时 stale 以来已闲置 7 天。 |
这个 Issue 被标记为了过时 stale ,因为它已经持续 30 天没有任何活动了。删除 stale 标签或评论,否则将在 7 天内关闭。 |
此 Issue 被自动关闭,因为它自被标记为过时 stale 以来已闲置 7 天。 |
这个功能解决了什么问题
我现在产品的需求是分钟列表只显示00和30这两个选项,其他分钟都不允许用户选择。
你建议的方案是什么
我建议增加filter方法,可以由用户过滤掉不需要的选项。filterItem('year', 2024)
还可以增加一个format方法,由用户格式化每个选项的显示。formatItem('year', 2024)
IssueShoot
The text was updated successfully, but these errors were encountered: