Skip to content

Commit

Permalink
Update textinput.md
Browse files Browse the repository at this point in the history
remove useEffect/componentDidMount
  • Loading branch information
usrbowe authored May 30, 2024
1 parent 3903811 commit fc9931c
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 @@ -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 |
| ---- |
Expand Down

0 comments on commit fc9931c

Please sign in to comment.