Skip to content

Commit

Permalink
Update textinput.md (#4131)
Browse files Browse the repository at this point in the history
remove useEffect/componentDidMount
  • Loading branch information
usrbowe authored Nov 28, 2024
1 parent 3cc4d43 commit f4e20ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/textinput.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,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 |
| ---- |
Expand Down

0 comments on commit f4e20ab

Please sign in to comment.