From fc9931cde27a6e817e32204f05309df2f9641905 Mon Sep 17 00:00:00 2001 From: Lukas Kurucz Date: Thu, 30 May 2024 10:35:12 +0800 Subject: [PATCH] Update textinput.md remove useEffect/componentDidMount --- docs/textinput.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/textinput.md b/docs/textinput.md index 284cd34f774..1faef1177b7 100644 --- a/docs/textinput.md +++ b/docs/textinput.md @@ -214,7 +214,7 @@ If `false`, disables auto-correct. The default value is `true`. ### `autoFocus` -If `true`, focuses the input on `componentDidMount` or `useEffect`. The default value is `false`. +If `true`, focuses the input. The default value is `false`. | Type | | ---- |