Open yarnball opened 7 years ago
@yarnball It looks like you aren't including the Material Design Icons. See the "Roboto Font and Material Design Icons" here:
Just to be a bit more explicit about the install process if you're using npm or prefer to include styles through js:
1) Install the package: npm install -S material-design-icons
2) In the highest level react component, make sure to include the style: import 'material-design-icons/iconfont/material-icons.css';
Otherwise, you can just include the css in your main html file.
I have the same problem, and I am including the material-icons.css in my highest level css.
Thanks for this. Helped out!
How do I get the entire element to appear?
Autocomplete
does not display the drop down or tag elements.I used
create-react-app
.T the DatePicker has Chevron Icons within it- but they do not appear
This is my package.json: