Hi, me again!
Why am I getting “No Value Accessor” for a simple ix-input in Angular.
I am using you own example from here: StackBlitz | Instant Dev Environments | Click. Code. Done.
And following your docs from here:
Hi, me again!
Why am I getting “No Value Accessor” for a simple ix-input in Angular.
I am using you own example from here: StackBlitz | Instant Dev Environments | Click. Code. Done.
And following your docs from here:
Hi,
are you using Standalone Components or the iX-Module import in your application?
I case you are using Standalone Components, are you also importing the IxTextValueAccessorDirective in the Component, that is using the iX Input.
I ran into the same issue and that fixed it for me.
I think I’ve already tried it out (among several things…).
Maybe I got lost in so many attempts there so I will give it another try on this one.
Thanks for the tip.