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.8.4
No response
我当前使用的1.4.4版本没有问题,升级到最新版本就这个问题了。 代码如下: <t-tab-panel label="大小" value="1" style="{{tabPanelstyle}}" > <t-slider value="{{config.Size}}" default-value="{{12}}" data-key="Size" min="8" max="18" bind:change="onSliderChange" bind:dragend="onSliderDragEnd" /> </t-tab-panel>
<t-tab-panel label="大小" value="1" style="{{tabPanelstyle}}" > <t-slider value="{{config.Size}}" default-value="{{12}}" data-key="Size" min="8" max="18" bind:change="onSliderChange" bind:dragend="onSliderDragEnd" /> </t-tab-panel>
是最近几个版本才出现的问题,之前的版本一直可用。 把t-tab-panel去掉之后可以正常拿到初始值。
The text was updated successfully, but these errors were encountered:
👋 @breakwhile,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
@breakwhile 感谢反馈,我们尽快处理、
No branches or pull requests
tdesign-miniprogram 版本
1.8.4
重现链接
No response
重现步骤
我当前使用的1.4.4版本没有问题,升级到最新版本就这个问题了。
代码如下:
<t-tab-panel label="大小" value="1" style="{{tabPanelstyle}}" > <t-slider value="{{config.Size}}" default-value="{{12}}" data-key="Size" min="8" max="18" bind:change="onSliderChange" bind:dragend="onSliderDragEnd" /> </t-tab-panel>
补充说明
是最近几个版本才出现的问题,之前的版本一直可用。 把t-tab-panel去掉之后可以正常拿到初始值。
The text was updated successfully, but these errors were encountered: