You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Whether the control is disabled. */
@Input()getdisabled(): boolean {returnthis._disabled;}setdisabled(value: boolean){this._disabled=coerceBooleanProperty(value);// TODO: disable codemirror viewthis.stateChanges.next();}private_disabled=false;
The text was updated successfully, but these errors were encountered:
Allow Codemirror6 to be disabled through the form field interface.
The text was updated successfully, but these errors were encountered: