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
<TextField className="foo"/>
When this field is typed in, it will appear focused until it re-renders on value change. The TextField will then lose its focused class.
focused
One potential fix is to manually assign the classes. Another one is to mimic the Ripple component and collect all MDC classes to pass along.
The text was updated successfully, but these errors were encountered:
bde5cd3
fix(TextField): Implements TextField foundation. #179 Closes #128, #156
c215e67
In 1.8.3 TextField always loses class name.
Sorry, something went wrong.
@NSWIDER do you have a repro of your issue? The className on TextField gets added to the TextField container, not the input itself.
No branches or pull requests
When this field is typed in, it will appear focused until it re-renders on value change. The TextField will then lose its
focused
class.One potential fix is to manually assign the classes. Another one is to mimic the Ripple component and collect all MDC classes to pass along.
The text was updated successfully, but these errors were encountered: