Skip to content

Commit 233f277

Browse files
committed
docs: update README
1 parent 913a980 commit 233f277

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export default App
6060
| placeholder | ✔️ | `string` | Input placeholder text |
6161
| disabled | ✔️ | `boolean` | Flag that disables the input element |
6262
| maxLength | ✔️ | `number` | Indicates the maximum number of characters a user can enter |
63+
| autoFocus | ✔️ | `boolean` | Flag to automatically focus the input element on mount |
6364
| updatedContent | ✔️ | `string` | Text injected from parent element into the input as the current value |
6465
| onContentExternalUpdate | ✔️ | `(content) => void` | Method that emits the injected content by the `updatedContent` prop |
6566
| onChange | ✔️ | `(content) => void` | Method that emits the current content as a string |

0 commit comments

Comments
 (0)