thedodd / ybc

A Yew component library based on the Bulma CSS framework.
Apache License 2.0
258 stars 37 forks source link

Onkeydown for input? #41

Open KCaverly opened 1 year ago

KCaverly commented 1 year ago

Thanks for your work on ybc.

Im looking to implement onkeydown events for an input, as it looks like only oninput callbacks are currently supported, would you be interested in a PR to make onkeydown callbacks optionally available?