https://i.imgur.com/jGLSBJG.png
Please see the picture bellow, my problem is instead of having a full text, i’m having …, is there a way to avoid this ?
Thank you soo much
https://i.imgur.com/jGLSBJG.png
Please see the picture bellow, my problem is instead of having a full text, i’m having …, is there a way to avoid this ?
Thank you soo much
<ion-select>
<ion-option> Add values here </ion-option>
</ion-select>
Increase the width of ion-select
ion-select{
max-width: 70% !important;
}
add this on you sass file