You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
I would like to include HTML Input tags, and use two-way binding in Angular. Is this possible? I'd be willing to do whatever is needed, here's what I'm trying to do:
public myValue = 5;
public htmlModel = "Here is a text box: <input type='text' [(ngModel)]='myValue'>";
then:
<quill-editor
[(ngModel)]="htmlModel"
What I'm finding, is the INPUT field is stripped out completely. What could I do to accomplish this? Like I said I'm not above modifying and contributing.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I would like to include HTML Input tags, and use two-way binding in Angular. Is this possible? I'd be willing to do whatever is needed, here's what I'm trying to do:
public myValue = 5;
public htmlModel = "Here is a text box: <input type='text' [(ngModel)]='myValue'>";
then:
<quill-editor
[(ngModel)]="htmlModel"
What I'm finding, is the INPUT field is stripped out completely. What could I do to accomplish this? Like I said I'm not above modifying and contributing.
The text was updated successfully, but these errors were encountered: