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
3.2.5
node16
https://www.antdv.com/components/time-picker-cn#components-time-picker-demo-basic
<a-time-range-picker :disabledMinutes="() => [29, 59]" :hideDisabledOptions="true" :minuteStep="15" />
这三个props都是无效的,设置了但是没有效果 a-time-picker 是可以的
可以使用步长参数 can use step props
步长参数不能使用 steps cannot use
The text was updated successfully, but these errors were encountered:
3ddc7cd
使用
:disabled-time=" () => ({ disabledMinutes: () => [30, 50], }) "
直接使用 disabledMinutes 会被废弃,
minuteStep 会在下个版本修复
Sorry, something went wrong.
大佬 hideDisabledOptions 这个属性呢
<a-time-range-picker hideDisabledOptions="true" />
<a-time-range-picker :disabled-time="() => ({ disabledMinutes: () => [29, 59], hideDisabledOptions: true })" />
这俩种好像都不行 感谢您回复我
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
Version
3.2.5
Environment
node16
Reproduction link
https://www.antdv.com/components/time-picker-cn#components-time-picker-demo-basic
Steps to reproduce
这三个props都是无效的,设置了但是没有效果
a-time-picker 是可以的
What is expected?
可以使用步长参数 can use step props
What is actually happening?
步长参数不能使用 steps cannot use
The text was updated successfully, but these errors were encountered: