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.1
No response
目前有一个问题就是,页面初始化,给组件赋值默认值,一旦改变值,则会触发组件的change事件。 要是可以和inputNumber组件一样有触发的类型的话,使用则更方便了。
可以参看inputNumber组件的change事件参数 type ChangeSource = 'add' | 'reduce' | 'input' | 'blur' | 'enter' | 'clear' | 'props'
Vue(2.6.14)
谷歌(98.0.4758.9)
Windows10
15.0.1
The text was updated successfully, but these errors were encountered:
👋 @mdxiaohu,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
♥️ 有劳 @byq1213 @chrysalis1215 尽快确认问题。 确认有效后将下一步计划和可能需要的时间回复给 @mdxiaohu 。
加载后 再手动更新value?
@uyarn 简单说就是页面初始化的时候,我给组件初始值,例如给滑块的初始值为50,目前会立即触发change事件,就是看能给change事件加上触发类型的参数不,如果是在页面左右或者上下改动滑块的值,则类型为xx,如果直接赋值初始值,则类型为‘default’,大概是这种意思,我不知道我有没有描述清楚。
理解了 这个其他业务也有这种需求 我们会增加这个参数
No branches or pull requests
tdesign-vue 版本
1.8.1
重现链接
No response
重现步骤
目前有一个问题就是,页面初始化,给组件赋值默认值,一旦改变值,则会触发组件的change事件。
要是可以和inputNumber组件一样有触发的类型的话,使用则更方便了。
期望结果
可以参看inputNumber组件的change事件参数
type ChangeSource = 'add' | 'reduce' | 'input' | 'blur' | 'enter' | 'clear' | 'props'
实际结果
No response
框架版本
Vue(2.6.14)
浏览器版本
谷歌(98.0.4758.9)
系统版本
Windows10
Node版本
15.0.1
补充说明
No response
The text was updated successfully, but these errors were encountered: