-
-
Notifications
You must be signed in to change notification settings - Fork 274
Open
Description
Hello π
We recently upgraded our project to Angular v21 and started using the new Signal-Based Forms API. When integrating it with the Quill Editor, we encountered an unexpected issue.
π¨ Problem
When applying the Field directive from Signal Forms on the component, the text cursor becomes stuck at the beginning of the editor.
As a result, all typed characters appear in reverse order.
For example:
Typing:
hello
Produces:
olleh
π Reproduction
β’ Angular version: 21.x
β’ Using Signal-Based Forms
β’ Field directive applied to quill-editor
β’ Editor initializes, but cursor never advances from index 0
π‘ Expected behavior
The cursor should advance as the user types, and characters should appear in the correct order.
β Actual behavior
The cursor remains at the start of the text, causing characters to be inserted in reverse.
Metadata
Metadata
Assignees
Labels
No labels