We are not considering any new features to this control, other than bug fixes.
It is important that a person, who has the control working fine in their Blazor app, doesn't do a "Update All" with their NuGet packages and suddenly all their HTML controls are broken 😰
Also, we don't want to add any feature that marshals data from the Quill JavaScript component to the Blazor app (for example on each quill.on('text-change'...))
- Many people have several instances of the TextEditor on a .razor page and their app would take a serious performance hit when users start typing a novel and there are other elements on the page
- The TextEditor currently fulfills all requirements for loading and retrieving Quill contents without keystroke level binding