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
根据查看发现 input和picker组件都有clearable功能 但是dateTimePicker没有 能不能统一价上?
<wd-datetime-picker v-model="value" label="日期选择" @confirm="handleConfirm" clearable />
加上一个clearable 就可以实现和picker和input一样的效果 可以删除选择的内容 而不用像现在通过改变取消按钮的文字显示 还要加上取消事件那么麻烦
The text was updated successfully, but these errors were encountered:
会增加icon插槽 鼓励用户自己实现功能
Sorry, something went wrong.
feat: ✨ DatetimePicker 支持自定义icon(Moonofweisheng#861)
b850c8a
810505339
No branches or pull requests
这个功能解决了什么问题?
根据查看发现 input和picker组件都有clearable功能
但是dateTimePicker没有 能不能统一价上?
你期望的 API 是什么样子的?
<wd-datetime-picker v-model="value" label="日期选择" @confirm="handleConfirm" clearable />
加上一个clearable 就可以实现和picker和input一样的效果 可以删除选择的内容 而不用像现在通过改变取消按钮的文字显示 还要加上取消事件那么麻烦
The text was updated successfully, but these errors were encountered: