aforemny / elm-mdc

Elm port of the Material Components for the Web CSS/JS library
https://aforemny.github.io/elm-mdc
Apache License 2.0
354 stars 43 forks source link

Lists: improve handling of selected state #242

Closed berenddeboer closed 5 years ago

berenddeboer commented 5 years ago

You can now either use selectedIndex on the list, or the selected state on a list item to indicate the item that should receive the focus.