Skip to content
New issue

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

[Slide] dragend 拿不到值 #3082

Closed
CrossLee opened this issue Aug 19, 2024 · 2 comments · Fixed by #3112
Closed

[Slide] dragend 拿不到值 #3082

CrossLee opened this issue Aug 19, 2024 · 2 comments · Fixed by #3112
Labels
enhancement New feature or request

Comments

@CrossLee
Copy link

tdesign-miniprogram 版本

1.5.1

重现链接

No response

重现步骤

wxml
<t-slider bind:dragend="dragendAge" id="sliderAge" slot="note" t-class-bar-active="filterSlideActive" min="18" max="100" step="2" theme="capsule" label="true" defaultValue="{{ [20, 30] }}" range />

js

  dragendAge(event){
console.log(event);
  },

期望结果

能获取到滑动的值

实际结果

image image

基础库版本

No response

补充说明

change 事件是可以获取到的

image
Copy link
Contributor

👋 @CrossLee,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

@anlyyao
Copy link
Collaborator

anlyyao commented Aug 19, 2024

我们讨论一下 dragend 事件是否也带上变更值、

@anlyyao anlyyao added the enhancement New feature or request label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants