How do you resize an ionic input to fit its content?
- What it should look like
What I've tried
- [size]="1" ~ doesn't change ion-input at all, only HTML input
- width: fit-content;
- updateWidth(value){...} ~ only works well with Monospace fonts
- What it should look like