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

[Slider] 滑块组件在使用inputNumberProps的时候step参数无效 #2878

Closed
mdxiaohu opened this issue Oct 30, 2023 · 5 comments
Closed
Labels
to be published fixed, not be published

Comments

@mdxiaohu
Copy link

mdxiaohu commented Oct 30, 2023

tdesign-vue 版本

1.6.7

重现链接

No response

重现步骤

<t-slider class="class-main-tslider" v-model="form.slider" :show-tooltip="true" :min="-360" :max="360"
:step="0.1" :inputNumberProps="configTSlider.inputNumberProps"
:tooltipProps="configTSlider.tooltipProps" />

configTSlider: {
	inputNumberProps: {
		theme: 'column',
		autoWidth: true,
		step: '0.1',
		placeholder: '请输入'
	},
	tooltipProps: {
		zIndex: 999999
	}
}

期望结果

No response

实际结果

No response

框架版本

Vue(2.6.14)

浏览器版本

谷歌(98.0.4758.9)

系统版本

Windows10

Node版本

15.0.1

补充说明

No response

@github-actions
Copy link
Contributor

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

@github-actions
Copy link
Contributor

github-actions bot commented Oct 30, 2023

♥️ 有劳 @byq1213 @chrysalis1215 尽快确认问题。
确认有效后将下一步计划和可能需要的时间回复给 @mdxiaohu

@mdxiaohu
Copy link
Author

decimalPlaces参数使用后,又可用。

@mdxiaohu mdxiaohu reopened this Oct 30, 2023
@mdxiaohu
Copy link
Author

我决定重新打开,我看文档也没说必须设置decimalPlaces参数才可用,也算是个小Bug吧。

@uyarn uyarn added the to be published fixed, not be published label Oct 31, 2023
@uyarn
Copy link
Collaborator

uyarn commented Nov 8, 2023

fixed 1.7.2

@uyarn uyarn closed this as completed Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
to be published fixed, not be published
Projects
None yet
Development

No branches or pull requests

2 participants