arnesson / cordova-plugin-firebase

Cordova plugin for Google Firebase
http://arnesson.github.io/cordova-plugin-firebase
MIT License
1k stars 1.55k forks source link

First item of ion-select-option not showing after selection #1069

Closed ReaperTech closed 5 years ago

ReaperTech commented 5 years ago

Describe the bug First ion-select-option selected from ion-select list (generated with *ngFor) not shown

To Reproduce Make an ion-select element and use *ngFor to generate ion-select-option's from an array. Select the first option -> only three dots shown instead of the text. Select any other option -> the selected text is shown.

Expected behavior All options must be shown

Screenshots Fist option selected image image

Any other option selected image image

Console Logs none

Plugin Version (node:17752) ExperimentalWarning: The fs.promises API is experimental cordova-android-firebase-gradle-release 1.0.3 "cordova-android-firebase-gradle-release" cordova-android-play-services-gradle-release 1.4.4 "cordova-android-play-services-gradle-release" cordova-android-support-gradle-release 3.0.0 "cordova-android-support-gradle-release" cordova-plugin-device 2.0.2 "Device" cordova-plugin-firebase 2.0.5 "Google Firebase Plugin" cordova-plugin-googleplus 5.3.2 "Google SignIn" cordova-plugin-ionic-keyboard 2.1.3 "cordova-plugin-ionic-keyboard" cordova-plugin-ionic-webview 2.1.4 "cordova-plugin-ionic-webview" cordova-plugin-splashscreen 5.0.2 "Splashscreen" cordova-plugin-statusbar 2.4.2 "StatusBar" cordova-plugin-whitelist 1.3.3 "Whitelist" cordova-sqlite-storage 2.4.0 "Cordova sqlite storage plugin"

Desktop (please complete the following information):

Additional context Using reactive forms Ionic:

ionic (Ionic CLI) : 4.7.1 Ionic Framework : @ionic/angular 4.0.2 @angular-devkit/build-angular : 0.7.5 @angular-devkit/schematics : 0.7.5 @angular/cli : 6.1.5 @ionic/angular-toolkit : not installed

Cordova:

cordova (Cordova CLI) : 8.1.1 (cordova-lib@8.1.0) Cordova Platforms : android 7.1.1, ios 4.5.5 Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 2.1.4, (and 10 other plugins)

System:

Android SDK Tools : 26.1.1 NodeJS : v10.1.0 (C:\Program Files\nodejs\node.exe) npm : 5.6.0 OS : Windows 10

tzappia commented 5 years ago

@ReaperTech this doesn't appear to be related to this plugin

ReaperTech commented 5 years ago

sorry will move it to ionic