From d98d889dd152772525fe71c34157b800fac7300a Mon Sep 17 00:00:00 2001 From: Darren Burns Date: Tue, 4 Oct 2022 17:26:36 +0100 Subject: [PATCH] Add note on Input.Submitted docs --- docs/widgets/input.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/widgets/input.md b/docs/widgets/input.md index dde12dabf..9c3580633 100644 --- a/docs/widgets/input.md +++ b/docs/widgets/input.md @@ -49,6 +49,8 @@ The `Input.Changed` message is sent when the value in the text input changes. ### Submitted +The `Input.Submitted` message is sent when you press ++enter++ with the text field submitted. + - [x] Bubbles #### Attributes @@ -61,7 +63,6 @@ The `Input.Changed` message is sent when the value in the text input changes. ## Additional Notes * The spacing around the text content is due to border. To remove it, set `border: none;` in your CSS. -* ## See Also