Skip to content

[Web] Unable to write space or use key arrows #412

@Djcharles26

Description

@Djcharles26

My issue is about [Web].

When I try to write a space or use the keyboard arrows I have no response from the editor, but if I try to use this in a TextField or a TextFormField it works correctly.

This is my code:

quill.QuillEditor(
  placeholder: "Enter text",
  focusNode: FocusNode(),
  textCapitalization: TextCapitalization.none,
  scrollController: ScrollController(),
  autoFocus: false,
  padding: EdgeInsets.zero,
  expands: false,
  scrollable: true,
  controller: _controller,
  readOnly: false,
)

I don't know if I'm missing something.
Thanks.

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