@skyux/text-editor 8.2.6 → 8.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1354,7 +1354,8 @@ var _SkyTextEditorComponent_instances, _SkyTextEditorComponent_defaultId, _SkyTe
1354
1354
  */
1355
1355
  class SkyTextEditorComponent {
1356
1356
  /**
1357
- * Whether to disable the text editor.
1357
+ * Whether to disable the text editor on template-driven forms. Don't use this input on reactive forms because they may overwrite the input or leave the control out of sync.
1358
+ * To set the disabled state on reactive forms, use the `FormControl` instead.
1358
1359
  * @default false
1359
1360
  */
1360
1361
  set disabled(value) {