How can i set a dynamic maxLength to a <ion-input> ?
I tryed it with maxlengt=_maxLength which didn’t work but maxlength=10 works.
Also tryed [attr.maxlength]= and [maxlength]= both don’t worked for me…
Isn’t it possible to set the normal maxlength of the base input?
Or is there a work around which works with objects?