Greetings fellow ionic developer.
What if I have select-options that are a bit wider than the “select-pop-up”?
Take a look here:
Is there any way to make the dialogue widened? Or at least have the window fit the select options?
All the best!
Greetings fellow ionic developer.
What if I have select-options that are a bit wider than the “select-pop-up”?
Take a look here:
Is there any way to make the dialogue widened? Or at least have the window fit the select options?
All the best!
Add this into your .scss file.
ion-select{
max-width: 70% !important;
}