Skip to content

Space Bar not allowed sometimes #497

@Saif-Ur-Rehman2

Description

@Saif-Ur-Rehman2

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

please solve it

Used Package Manager

npm

Validations

  • Read the the documentation in detail.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
  • Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
  • The provided reproduction is a minimal reproducible example of the bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions