From 57aed1d5c61a14fa6337e9f838fc519efdd75e06 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 6 Feb 2020 03:06:06 +0100 Subject: Implement `TextInput::on_submit` support in `iced_web` --- web/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'web/Cargo.toml') diff --git a/web/Cargo.toml b/web/Cargo.toml index 7ddf3400..c043c697 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -39,4 +39,5 @@ features = [ "Event", "EventTarget", "InputEvent", + "KeyboardEvent", ] -- cgit