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
2.0.0-rc.8
https://github.com/jackhe16/antdv-input-search-class-demo
在vue3使用2.0.8版本ant-design-vue时, Input.Search组件传递class props无效
Input.Search组件传递class属性生效
Input.Search组件传递class属性无效
https://github.com/vueComponent/ant-design-vue/blob/next/components/input/Search.tsx#L170
if (enterButton) { inputClassName = classNames(prefixCls, className, { [`${prefixCls}-enter-button`]: !!enterButton, [`${prefixCls}-${size}`]: !!size, }); } else { inputClassName = prefixCls; }
if (enterButton) { inputClassName = classNames(prefixCls, className, { [`${prefixCls}-enter-button`]: !!enterButton, [`${prefixCls}-${size}`]: !!size, }); } else { inputClassName = classNames(prefixCls, className); }
The text was updated successfully, but these errors were encountered:
welcome pr
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
2.0.0-rc.8
Environment
Reproduction link
https://github.com/jackhe16/antdv-input-search-class-demo
Steps to reproduce
在vue3使用2.0.8版本ant-design-vue时, Input.Search组件传递class props无效
What is expected?
Input.Search组件传递class属性生效
What is actually happening?
Input.Search组件传递class属性无效
Additional
https://github.com/vueComponent/ant-design-vue/blob/next/components/input/Search.tsx#L170
The text was updated successfully, but these errors were encountered: