Hi @ffalcinelli,
This may sound backwards and I’ve never done it myself but, have you tried getting a reference to the ion-input
with @ViewChild()
so you can access this property from a parent component?
Reimplementing a ControlValueAccessor
sounds like a ton of work for something you already have… Maybe this option is worth exploring.
Let me know if you try!
Best,
Rodrigo