Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Include HTML Input Tags and Bind with Angular #57

Open
dannychase2004 opened this issue May 15, 2018 · 0 comments
Open

Include HTML Input Tags and Bind with Angular #57

dannychase2004 opened this issue May 15, 2018 · 0 comments

Comments

@dannychase2004
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant