mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
chore(): tslint checks
This commit is contained in:
@ -471,7 +471,7 @@ export class Select {
|
||||
let addPlaceholderClass = false;
|
||||
|
||||
let selectText = this.selectedText || this.text;
|
||||
if (selectText === undefined && this.placeholder) {
|
||||
if (selectText === undefined && this.placeholder !== undefined) {
|
||||
selectText = this.placeholder;
|
||||
addPlaceholderClass = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user