question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to bind data to the editor

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:24 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
KillerCodeMonkeycommented, Oct 15, 2018

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.

0reactions
KillerCodeMonkeycommented, Dec 30, 2020

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 .

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found