@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.
- package/documentation.json +22 -22
- package/esm2020/lib/modules/text-editor/text-editor.component.mjs +3 -2
- package/fesm2015/skyux-text-editor.mjs +2 -1
- package/fesm2015/skyux-text-editor.mjs.map +1 -1
- package/fesm2020/skyux-text-editor.mjs +2 -1
- package/fesm2020/skyux-text-editor.mjs.map +1 -1
- package/lib/modules/text-editor/text-editor.component.d.ts +2 -1
- package/package.json +12 -12
|
@@ -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) {
|