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
Inspecting the input element shows that it's missing the custom class passed to the component
Input component should be able to receive custom classNames when allowClear is set to true
Input component do not receive custom classNames when allowClear is set to true
Changes introduced in this commit is what prevents custom className to be passed when allowClear is set to true
The text was updated successfully, but these errors were encountered:
I found this when looking in the code The className only gets applied if I pass a value into both addonBefore and addonAfter prop
addonBefore
addonAfter
Sorry, something went wrong.
fix: Input[allowClear] className missing
4ab5df3
close #27444
fix: Input[allowClear] className (#27462)
39e37bf
* fix: Input[allowClear] className missing close #27444 * fix snapshot
afc163
Successfully merging a pull request may close this issue.
Reproduction link
Steps to reproduce
Inspecting the input element shows that it's missing the custom class passed to the component
What is expected?
Input component should be able to receive custom classNames when allowClear is set to true
What is actually happening?
Input component do not receive custom classNames when allowClear is set to true
Changes introduced in this commit is what prevents custom className to be passed when allowClear is set to true
The text was updated successfully, but these errors were encountered: