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
If clearable = false, it means we don't want user to clear the value of picker, no matter how.
No new API needed.
The text was updated successfully, but these errors were encountered:
clearable 只是清除输入框的日期值, 不需要弹出框的清除按钮,按钮自行通过actions控制
clearable
Sorry, something went wrong.
我其实在想这两个要不要关联,毕竟 clearable 这个行为需要一致,我们说不 clearable 其实一定程度是想说值选了就删除不了
n-date-picker
action
clear
Successfully merging a pull request may close this issue.
This function solves the problem (这个功能解决的问题)
If clearable = false, it means we don't want user to clear the value of picker, no matter how.
Expected API (期望的 API)
No new API needed.
The text was updated successfully, but these errors were encountered: