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
some times it is allowing me to enter a space bar sometimes not. I am using Angular.
My Code:
Html: <quill-editor class="content-editor w-100" [placeholder]="'Insert your course description'" formControlName="description" [modules]="QuillConfiguration" [preserveWhitespace]="true" (onContentChanged)="contentChanged($event)" >
Ts File: QuillConfiguration?: any = { toolbar: [ ['bold', 'italic', 'underline'], [{ list: 'ordered' }, { list: 'bullet' }], ], };
please solve it
npm
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
some times it is allowing me to enter a space bar sometimes not. I am using Angular.
My Code:
Html:
<quill-editor
class="content-editor w-100"
[placeholder]="'Insert your course description'"
formControlName="description"
[modules]="QuillConfiguration"
[preserveWhitespace]="true"
(onContentChanged)="contentChanged($event)"
>
Ts File:
QuillConfiguration?: any = {
toolbar: [
['bold', 'italic', 'underline'],
[{ list: 'ordered' }, { list: 'bullet' }],
],
};
Reproduction
IMG_1957.mov
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: