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
当下日期选择器中,并未包含季度即quarter模式,但ant design react是有季度模式的。
例如<DatePicker onChange={onChange} picker="quarter" />
<DatePicker onChange={onChange} picker="quarter" />
请问近期是否有计划引入至antdv?对于金融类的项目是很实用的功能。谢谢!
<a-quarter-picker @change="onChange" />
The text was updated successfully, but these errors were encountered:
新版本功能同步可能没那么快,欢迎 PR
Sorry, something went wrong.
多谢回复
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
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.
No branches or pull requests
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" />
The text was updated successfully, but these errors were encountered: