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
当用户改变了时间选择框或日期选择框的值,然后光标离开控件后,可以保留用户选中的值。
React版本的Antd已经支持了相关的API: https://ant-design.antgroup.com/components/time-picker-cn#time-picker-demo-change-on-scroll
参数名: needConfirm
needConfirm
含义: 是否需要确认按钮,为 false 时失去焦点即代表选择
类型:boolean
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What problem does this feature solve?
当用户改变了时间选择框或日期选择框的值,然后光标离开控件后,可以保留用户选中的值。
What does the proposed API look like?
React版本的Antd已经支持了相关的API: https://ant-design.antgroup.com/components/time-picker-cn#time-picker-demo-change-on-scroll
参数名:
needConfirm
含义: 是否需要确认按钮,为 false 时失去焦点即代表选择
类型:boolean
The text was updated successfully, but these errors were encountered: