From 2a256b6d72edb01f30b9261872818aecb2332e99 Mon Sep 17 00:00:00 2001 From: Peter Abbondanzo Date: Fri, 25 Sep 2026 11:19:06 -0400 Subject: [PATCH] Remove blurOnSubmit from latest TextInput docs --- docs/textinput.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/textinput.md b/docs/textinput.md index 18eae0c77a1..4a4af84385d 100644 --- a/docs/textinput.md +++ b/docs/textinput.md @@ -236,20 +236,6 @@ If `true`, focuses the input. The default value is `false`. --- -### 🗑️ `blurOnSubmit` - -:::warning[Deprecated] -Note that `submitBehavior` now takes the place of `blurOnSubmit` and will override any behavior defined by `blurOnSubmit`. See [submitBehavior](textinput#submitbehavior). -::: - -If `true`, the text field will blur when submitted. The default value is true for single-line fields and false for multiline fields. Note that for multiline fields, setting `blurOnSubmit` to `true` means that pressing return will blur the field and trigger the `onSubmitEditing` event instead of inserting a newline into the field. - -| Type | -| ---- | -| bool | - ---- - ### `caretHidden` If `true`, caret is hidden. The default value is `false`.