Select to view content in your preferred language

Two-way binding in calcite-component-angular

211
2
10-14-2024 08:19 AM
ForrestLin
Frequent Contributor

Is it possible to do two-way binding in calcite-component-angular?

0 Kudos
2 Replies
NikMartin
Occasional Contributor

Did you figure out two-way binding in your project? I've tried to bind to a simple input using [(value)]="myobject" and [(ngModel)]= "myobject" and both throw angular errors about two-way binding

0 Kudos
ForrestLin
Frequent Contributor

@NikMartin 

No, I didn't.