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

fix: use focus events that bubble #319

Closed berenddeboer closed 3 years ago

berenddeboer commented 3 years ago

focus and blur need to be applied to the nativeControl, leading to "unexpected" behaviour. Experiment to see if this works better.