8
0
Просмотр исходного кода

Update type of the `[disabled]` property.

Kamil Piechaczek 7 лет назад
Родитель
Сommit
4207beee22
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/builds/guides/frameworks/react.md

+ 1 - 1
docs/builds/guides/frameworks/react.md

@@ -86,7 +86,7 @@ The `<CKEditor>` component supports the following properties:
 * `onInit` &ndash; A function called when the editor was initialized. It receives the initialized {@link module:core/editor/editor~Editor `editor`} as a parameter.
 * `onBlur` &ndash; A function called when the editor was blurred. It receives the blurred {@link module:core/editor/editor~Editor `editor`} as a parameter.
 * `onFocus` &ndash; A function called when the editor was focused. It receives the focused {@link module:core/editor/editor~Editor `editor`} as a parameter.
-* `disabled` &ndash; A string or boolean. The {@link module:core/editor/editor~Editor `editor`} is being switched to read-only mode if the property is set to `true` or `"true"`.
+* `disabled` &ndash; A boolean. The {@link module:core/editor/editor~Editor `editor`} is being switched to read-only mode if the property is set to `true`.
 
 ### Customizing the builds