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
When I add a &::placement style to a MUI TextField I get this error:
&::placement
TypeError Cannot read properties of undefined (reading 'push')
You can see an example of the code here to reproduce this error: https://codesandbox.io/p/sandbox/runtime-cache-v573zp?file=%2Fsrc%2FDemo.tsx%3A16%2C30
The expected result is that the TextField's placeholder text should be colored magenta in the above example.
The text was updated successfully, but these errors were encountered:
same
Sorry, something went wrong.
No branches or pull requests
When I add a
&::placement
style to a MUI TextField I get this error:You can see an example of the code here to reproduce this error: https://codesandbox.io/p/sandbox/runtime-cache-v573zp?file=%2Fsrc%2FDemo.tsx%3A16%2C30
The expected result is that the TextField's placeholder text should be colored magenta in the above example.
The text was updated successfully, but these errors were encountered: