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
1.2.2
No response
<t-space> <t-popup placement="bottom"> <t-button>test</t-button> <template #content> <t-date-range-picker v-model="value" allow-input enable-time-picker :disable-date="{ before: dayjs().subtract(1, 'day').format() }" /> </template> </t-popup> </t-space>
点击test按钮,再点击日期范围选择器,在第一次点击确定后,或者在日期选择面板点击日期或者时间的时候,popup会自动消失,面板也会闪烁到页面左上角.
Vue(2.6.10)
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
👋 @liubiliubi,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
需求是点击按钮要在浮层里出现一个日期范围选择器?
需求是点击按钮要在浮层里出现一个日期范围选择器? 是的
No branches or pull requests
tdesign-vue 版本
1.2.2
重现链接
No response
重现步骤
<t-space> <t-popup placement="bottom"> <t-button>test</t-button> <template #content> <t-date-range-picker v-model="value" allow-input enable-time-picker :disable-date="{ before: dayjs().subtract(1, 'day').format() }" /> </template> </t-popup> </t-space>
点击test按钮,再点击日期范围选择器,在第一次点击确定后,或者在日期选择面板点击日期或者时间的时候,popup会自动消失,面板也会闪烁到页面左上角.
期望结果
实际结果
框架版本
Vue(2.6.10)
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
No response
Tasks
The text was updated successfully, but these errors were encountered: