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.

Use in combination with Reactive Forms

See original GitHub issue

I’m wondering if it’s possible to use this library in combination with Reactive Forms, specifically being able to set / get the value using formControlName instead of ngModel?

If so, how do I achieve this?

EDIT

It seems it is possible, however, I do not seem to get any changes made, so it remains untouched when changing the content. Is this a bug?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
lon-yangcommented, Apr 29, 2020

Please using 3.2.0

0reactions
lon-yangcommented, Apr 29, 2020

Sorry about that. it’s already fixed in 3.2.1

Read more comments on GitHub >

github_iconTop Results From Across the Web

Reactive forms - Angular
Reactive forms provide a model-driven approach to handling form inputs whose values change over time. This guide shows you how to create and...
Read more >
Cross Field Validation Using Angular Reactive Forms
In this blog post I would like to describe how you can add validation to multiple fields of your reactive forms in Angular...
Read more >
angular - Two way binding in reactive forms - Stack Overflow
You can use [(ngModel)] with Reactive forms. This will a completely different directive than the one that would be used without the formControlName...
Read more >
Ultimate Guide on Reactive Forms in Angular - KnowledgeHut
Learn how to build forms in Angular in an explicit way directly in your component classes using reactive forms. See examples of reactive ......
Read more >
Implementing reusable and reactive forms in Angular
In this article we will learn about two ways to implement reactive and reusable forms that have the capability to be used as...
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