-
Notifications
You must be signed in to change notification settings - Fork 363
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
[Select] inputProps透传失效 #939
Labels
🏃🏻 in progress
someone is handling
Comments
👋 @LuoCharlie,感谢给 TDesign 提出了 issue。 |
|
您好,我是罗小莉,您的邮件我已收到,我会尽快查看并给您回复,谢谢。
|
你好,inputProps目前还没支持,(可能文档先定义了,select 正在进行selectInput的改造,完成后可以投传inputProps) |
16 tasks
已在 0.42.0 版本修复 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
重现链接
https://codesandbox.io/s/ylyfwx?file=/src/App.vue
重现步骤
传入了inputProps对象{ label: 'asdas', maxcharacter: 2 },选择器的输入框没有生效。同样传入popupProps对象{ placement: 'top' },选择器的下拉框位置到顶部了
期望结果
传入inputProps能够定义选择器的输入框
实际结果
传入inputProps没有任何效果
补充说明
在选择器文档的props里有inputProps,

在其详细类型定义里没有,类型定义链接如下:https://github.com/Tencent/tdesign-vue/blob/develop/src/select/type.ts
The text was updated successfully, but these errors were encountered: