utkarshkukreti / draco

Draco is a Rust library for building client side web applications with Web Assembly.
Apache License 2.0
304 stars 18 forks source link

Add support for events from TextAreas #3

Closed leroycep closed 6 years ago

leroycep commented 6 years ago

This adds the HtmlTextArea feature to the web-sys dependency and adds a check for this case in Element::on_input.

utkarshkukreti commented 6 years ago

Thank you! I'm writing a LocalStorage example and needed this!