-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
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
[Popper] Placeholder text from TextField
is appearing inside Popper
.
#33730
Comments
Fix added |
TextField
is appearing inside Popper
.TextField
is appearing inside Popper
.
Why don't you add Here's a working example: https://codesandbox.io/s/loving-forest-vgsefx I don't think that we need to add style to the implementation for this specific use case. |
👋 Thanks for using MUI Core! We use GitHub issues exclusively as a bug and feature requests tracker, however, For support, please check out https://mui.com/getting-started/support/. Thanks! If you have a question on Stack Overflow, you are welcome to link to it here, it might help others. |
Duplicates
Latest version
Current behavior 😯
When a
Popper
component is displayed above anTextField
component, the place holder text ofTextField
is appearing inside thePopper
.Expected behavior 🤔
No content of the
TextField
component should appear on thePopper
whenPopper
displays aboveTextField
.Steps to reproduce 🕹
Live Example: https://codesandbox.io/s/determined-black-85vufb?file=/demo.js
Steps:
Popper
displays above aTextField
Popper
.TextField
being displayed inside thePopper
.Context 🔦
I am trying to display a
Popper
to help the user when filling a form thus the issues withPopper
andTextField
.Your environment 🌎
npx @mui/envinfo
I used Firefox. The issue is same with chromium based browsers.
The text was updated successfully, but these errors were encountered: