I've been trying to get started with material-ui. It seems something's wrong with the SelectField. When opened, it looks like this.
Any advice?
Thanks! Lior K
I figured out what caused this, This style came from normalize.css, which added {-webkit-appearance: button; } to the list items. Once removed, issue was fixed.