<ion-item>
<ion-label color="primary">Inline Label</ion-label>
<ion-input placeholder="Text Input"></ion-input>
</ion-item>
is there any option to move the label to the end of input?
<ion-item>
<ion-label color="primary">Inline Label</ion-label>
<ion-input placeholder="Text Input"></ion-input>
</ion-item>
is there any option to move the label to the end of input?
Can you please elaborate on this? Any UX ??
I just want to move label at the end of input
Did you read the “item placement” section of the Item docs?
yes, it doesn’t work in my case
Difficult to assess that with what you’ve said here so far, because you weren’t using any of it.
i tried item-end
and it doesn’t work, are you sure it works with labels?