Sharlaan / material-ui-superselectfield

multiselection autocomplete dropdown component for Material-UI
https://sharlaan.github.io/material-ui-superselectfield
MIT License
266 stars 92 forks source link

font size on hintTextAutocomplete #116

Closed hurano closed 6 years ago

hurano commented 6 years ago

Is there any way to change font size on hintTextAutocomplete?

Sharlaan commented 6 years ago

check out v1.8.3 Enjoy ! :D

hurano commented 6 years ago

which styling properties name can I use for this?

hurano commented 6 years ago

@Sharlaan

Sharlaan commented 6 years ago

autocompleteStyle

You can check codeExample3.js and in demo action "Autocomplete"

Le 12 janv. 2018 21:25, "Hiromi Urano" notifications@github.com a écrit :

which styling properties name can I use for this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Sharlaan/material-ui-superselectfield/issues/116#issuecomment-357335345, or mute the thread https://github.com/notifications/unsubscribe-auth/ACkTuzfn_u-iDDwqGejyC0RzZBvmtOEhks5tJ749gaJpZM4RBUAj .

hurano commented 6 years ago

I think that is not for hintTextAutocomplete. I mean placeholder font size before users type.

hurano commented 6 years ago

@Sharlaan