What if I have select options that are too wide for the standard width of the ion-select component? I would like to widen the select popover so that the whole option is visible.
It doesn’t work. If you have time please show a working example on stackblitz.com where you use an ion-select and make the ion-select-popover wide enough to fit longer select-options
You’re the hero I was waiting for ! Do you know where these details can be found? Are there documentation somewhere of this or did you figure this one out yourself?
My alert with ion-checkbox not wide enough. My problem is similar. The alert opens, but my checkbox’s label are too wide for the default alert width. I tried to increase the alert width by “.my-custom-class” in css and used the codes you suggested. But it didn’t work. I feel lost, I’ve tried everything.