dgrubelic / material-design-lite

Material Design Lite Components in HTML/CSS/JS
http://getmdl.io
Apache License 2.0
3 stars 6 forks source link

Programmatically changing the selected option with Selectfield & React #27

Closed one-giant-leap closed 8 years ago

one-giant-leap commented 8 years ago
  <select value="B">
    <option value="A">Apple</option>
    <option value="B">Banana</option>
    <option value="C">Cranberry</option>
  </select>

The selected