Implement TextInput::on_submit support in iced_web

This commit is contained in:
Héctor Ramón Jiménez 2020-02-06 03:06:06 +01:00
parent 282ae1dc9e
commit 57aed1d5c6
2 changed files with 23 additions and 2 deletions

View file

@ -39,4 +39,5 @@ features = [
"Event",
"EventTarget",
"InputEvent",
"KeyboardEvent",
]