diff --git a/src/client/components/MarkdownInput/MarkdownInput.DOCUMENTATION.md b/src/client/components/MarkdownInput/MarkdownInput.DOCUMENTATION.md index 5393d5d9..3044e922 100644 --- a/src/client/components/MarkdownInput/MarkdownInput.DOCUMENTATION.md +++ b/src/client/components/MarkdownInput/MarkdownInput.DOCUMENTATION.md @@ -12,6 +12,7 @@ MarkdownInput | locale | string | Locale | | extensions | array | See "Extension definition" section bellow. | | additionalButtons | array | See "Additional buttons definition" section bellow. | +| autoFocus | bool | Set focus automatically on mount (default: true) | | readOnly | bool | Disables toolbar and makes markdown text not editable. | ### Extension definition @@ -56,6 +57,7 @@ function (optional) that is called on when the user presses the button, the func {}` | | value | string | Raw markdown | | locale | string | Locale | +| autoFocus | bool | Set focus automatically on mount (default: true) | | readOnly | bool | Disables toolbar and makes markdown text not editable. | ### Code Example ```