ranile / material-yew

Yew wrapper for Material Web Components
https://material-yew.rm.rs
Apache License 2.0
230 stars 35 forks source link

text-inputs::event #28

Closed matt-duch closed 2 years ago

matt-duch commented 2 years ago

For text field types like Date, the event is not of type InputEvent (just Event), so the component panics. This removes the (unused) conversion to InputEvent.

Happy to talk more about this change, just let me know!