1

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

Lior K
  • 31
  • 3

1 Answers1

2

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.

Lior K
  • 31
  • 3