-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
当下日期选择器中,并未包含季度即quarter模式,但ant design react是有季度模式的。
例如<DatePicker onChange={onChange} picker="quarter" />
请问近期是否有计划引入至antdv?对于金融类的项目是很实用的功能。谢谢!
What does the proposed API look like?
<a-quarter-picker @change="onChange" />