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.10.2
No response
format为“MM-DD”,valueType为“YYYY-MM-DD HH:mm:ss”时,给time设置初始值,下拉面板的时间选择器定位范围不准确。 <t-date-range-picker v-model="time" w-300 format="MM-DD" value-type="YYYY-MM-DD HH:mm:ss" label="时间范围" can-filter-all :disable-date="{ before: userStore.accountTime }" :clearable="false" @change="handleTimeChange" /> const time = ref<DateValue[]>([ dayjs().startOf("day").format("YYYY-MM-DD HH:mm:ss"), dayjs().endOf("day").format("YYYY-MM-DD HH:mm:ss"), ]);
期望下拉时间选择器范围与当前选择时间匹配
The text was updated successfully, but these errors were encountered:
👋 @Riouu,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
enableTimePicker 需要开启下
No branches or pull requests
tdesign-vue-next 版本
^1.10.2
重现链接
No response
重现步骤
format为“MM-DD”,valueType为“YYYY-MM-DD HH:mm:ss”时,给time设置初始值,下拉面板的时间选择器定位范围不准确。
<t-date-range-picker
v-model="time"
w-300
format="MM-DD"
value-type="YYYY-MM-DD HH:mm:ss"
label="时间范围"
can-filter-all
:disable-date="{ before: userStore.accountTime }"
:clearable="false"
@change="handleTimeChange"
/>
const time = ref<DateValue[]>([
dayjs().startOf("day").format("YYYY-MM-DD HH:mm:ss"),
dayjs().endOf("day").format("YYYY-MM-DD HH:mm:ss"),
]);
期望结果
期望下拉时间选择器范围与当前选择时间匹配
实际结果
No response
框架版本
No response
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered: