Bug Report
Ionic version:
4.0.0
Current behavior:
Long ion-select-option won't be displayed properly in the pop-up compared to ionic 3
Expected behavior:
Long ion-select-option should properly size the item and allow the user to see all the text
Steps to reproduce:
- Create ionic 4 project
- Add with 2 options: 1 with very long text and 1 with short text
- Open the ion select. The first element should display only 30-40 characters and hyphens
ios example

md example

if you do the same with an ionic 3 project, this should show properly both of the lines:
ios example

md example

Other information:
Setting white-space: normal; on the alert-radio-label does help a bit to show longer text but still it is maximized to 2 lines.
Ionic info:
Ionic:
ionic (Ionic CLI) : 4.9.0 (C:\Users\Cactus\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : @ionic/angular 4.0.0
@angular-devkit/build-angular : 0.12.3
@angular-devkit/schematics : 7.2.3
@angular/cli : 7.2.3
@ionic/angular-toolkit : 1.2.2
Cordova:
cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
Cordova Platforms : none
Cordova Plugins : no whitelisted plugins (0 plugins total)
System:
NodeJS : v8.12.0 (C:\Program Files\nodejs\node.exe)
npm : 6.4.1
OS : Windows 10
Bug Report
Ionic version:
4.0.0
Current behavior:
Long ion-select-option won't be displayed properly in the pop-up compared to ionic 3
Expected behavior:
Long ion-select-option should properly size the item and allow the user to see all the text
Steps to reproduce:
ios example

md example

if you do the same with an ionic 3 project, this should show properly both of the lines:
ios example

md example

Other information:
Setting
white-space: normal;on the alert-radio-label does help a bit to show longer text but still it is maximized to 2 lines.Ionic info: