How to bind data to the editor
See original GitHub issueI recently updated ngx-quill and now I cannot bind the data that is coming from the db at the start of the application.
But before that I could bind the data with the old version of ngx-quill.
For binding the data I am using [(ngModel)]
.
Current version is : 3.6.0
Is there any other method in which I could use when binding the data?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:24 (12 by maintainers)
Top Results From Across the Web
Binding Data Editors to Data | ASP.NET MVC Extensions
To bind a DevExpress editor to a value, use the editor's EditorExtension.Bind method. It has two overloads, allowing you to bind an editor...
Read more >Data Binding in JavaScript In-place Editor control - Syncfusion
To bind remote data to the Essential JS 2 control, assign service data as an instance of DataManager to the dataSource property. To...
Read more >How to Bind Data in a Blazor Rich Text Editor Component
Learn how to bind data in the Syncfusion Blazor Rich Text Editor (RTE) in a Blazor WebAssembly app. This video explains how to...
Read more >Simple Data Binding - iText Knowledge Base
The data bind property in the properties panel to the right of the editing canvas will be highlighted. Click the three dots to...
Read more >How to bind a data set to a table - IBM
1. In the layout editor, hover the mouse pointer over the bottom left corner ; 2. Choose the Binding tab at the top...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
yep 😉. so i think you should get along with it on your own. never checked out quill 2.0.0-dev.2
3.6.0 needs a peer dependency of quill 1.3.6.
are there ts typings for quill 2.0.0? You can try to create a simple JavaScript file, where you use quilljs 2.0.0. If the table-module error occurs, you should ask in quilljs repo for help.
Just Checkout The supported angular and related ngx-quill Versions sections in The readme.
I do not even know how old v2.0.1 is or if IT IS existing at all
Am 30.12.2020 in 17:10, pradeepjanga notifications@github.com schrieb:
I have the same with ngx-quill editor, not able to bind the data coming from an api call. am using angular10 and ngx-quill 2.0.1
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/KillerCodeMonkey/ngx-quill/issues/258#issuecomment-752675539, or unsubscribe https://github.com/notifications/unsubscribe-auth/AARI4YC3IJ2CQKXNIWQIHIDSXNGI3ANCNFSM4F3OJY5Q .