-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
SelectField styling issues #1195
Labels
component: select
This is the name of the generic UI component, not the React module!
Comments
I also found same issue, SelectFiled using TextField for FloatingLabelText and hintText, so, it's possible to fix it in TextField? |
Same issue here. |
Duplicate of #1427 |
This was referenced Apr 13, 2021
This was referenced Apr 26, 2021
zannager
added
the
component: select
This is the name of the generic UI component, not the React module!
label
Dec 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Below you can see two problems with SelectField - one is the wrong position and the second is that hintText is present even if the value is selected.
also I think that SelectField needs some more methods: getValue() setValue() clearValue()
The text was updated successfully, but these errors were encountered: