Using text-wrap in the ion-select tag normally makes the text of the options wrap correctly. But using interface=“popover”, text-wrap has no effect.
I’ve also tried adding “white-space:normal” to a number of sub elements of the popover list of options but nothing seems to work. Can anyone help?!
P.S: I’m using ionic 3 (latest version).