We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passing a text to property value does not reflect on code editor. ngModel does not reflect the value too.
Value:
<ngx-codemirror [options]="{ value: '???', readOnly: true }"></ngx-codemirror>
ngModel:
<ngx-codemirror [options]="{ readOnly: true }" [(ngModel)]="headerText"></ngx-codemirror>
headerText = 'Header'
The text was updated successfully, but these errors were encountered:
Same issue with Angular 13.
Sorry, something went wrong.
Tested in angular 15 with ngModel, seems to be working fine (I have not tried the value property).
No branches or pull requests
Passing a text to property value does not reflect on code editor. ngModel does not reflect the value too.
Value:
ngModel:
The text was updated successfully, but these errors were encountered: