We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 913a980 commit 233f277Copy full SHA for 233f277
1 file changed
README.md
@@ -60,6 +60,7 @@ export default App
60
| placeholder | ✔️ | `string` | Input placeholder text |
61
| disabled | ✔️ | `boolean` | Flag that disables the input element |
62
| maxLength | ✔️ | `number` | Indicates the maximum number of characters a user can enter |
63
+| autoFocus | ✔️ | `boolean` | Flag to automatically focus the input element on mount |
64
| updatedContent | ✔️ | `string` | Text injected from parent element into the input as the current value |
65
| onContentExternalUpdate | ✔️ | `(content) => void` | Method that emits the injected content by the `updatedContent` prop |
66
| onChange | ✔️ | `(content) => void` | Method that emits the current content as a string |
0 commit comments