-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels