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
noLabel
Outlined text fields will show both the label, as well as a placeholder if the noLabel prop is used. It appears that the renderNotchedOutline method doesn't check for noLabel https://github.com/material-components/material-components-web-react/blob/master/packages/text-field/index.tsx#L412
renderNotchedOutline
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Outlined text fields will show both the label, as well as a placeholder if the
noLabel
prop is used. It appears that therenderNotchedOutline
method doesn't check fornoLabel
https://github.com/material-components/material-components-web-react/blob/master/packages/text-field/index.tsx#L412The text was updated successfully, but these errors were encountered: