Skip to content
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

[AutoComplete] Textfield styling issue #6092

Closed
musaghauri opened this issue Feb 9, 2017 · 4 comments
Closed

[AutoComplete] Textfield styling issue #6092

musaghauri opened this issue Feb 9, 2017 · 4 comments
Labels
component: autocomplete This is the name of the generic UI component, not the React module!

Comments

@musaghauri
Copy link

For feature requests, please delete the template below and use this one instead:

[Autocomplete] Textfield styling issue

screenshot from 2017-02-09 14-41-46

Can't apply specific text field styling

There is a green underline which is most probably of textfield and search text is of black colour! I have tried to make the colour of both white by using textFieldStyle provided in autocomplete props but no success!

  • Material-UI: ^0.16.7
  • React: 15.4.1
  • Browser: all
@lechup
Copy link

lechup commented Feb 24, 2017

@musaghauri

I think You are looking for other TextField styles props that are not defined for AutoComplete:

  • floatingLabelFocusStyle
  • floatingLabelShrinkStyle
  • floatingLabelStyle
  • hintStyle
  • inputStyle
  • textareaStyle
  • underlineDisabledStyle
  • underlineFocusStyle
  • underlineStyle

I've already asked about that here (closed issue that should resolve AutoComplete textFieldStyle problem):
#4556 (comment)

@lechup
Copy link

lechup commented Feb 24, 2017

I've created #6231

@oliviertassinari
Copy link
Member

oliviertassinari commented Feb 27, 2017

Based on that comment: #6231 (comment), you can already do it. My only concern is regarding properly documenting it.
I'm gonna leave that issue open as it's far from idea.
I have given some guidance regarding what I think we should be doing: #6231 (comment).

@oliviertassinari oliviertassinari changed the title [Autocomplete] Textfield styling issue [AutoComplete] Textfield styling issue Feb 27, 2017
@oliviertassinari
Copy link
Member

Closed by #4783

@oliviertassinari oliviertassinari added the component: autocomplete This is the name of the generic UI component, not the React module! label Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: autocomplete This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

3 participants