File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -986,7 +986,7 @@ class Input extends UI5Element {
986
986
}
987
987
988
988
async getInputDOMRef ( ) {
989
- if ( isPhone ( ) && this . Suggestions && this . suggestionItems . length ) {
989
+ if ( isPhone ( ) && this . Suggestions ) {
990
990
await this . Suggestions . _respPopover ( ) ;
991
991
return this . Suggestions && this . Suggestions . responsivePopover . querySelector ( ".ui5-input-inner-phone" ) ;
992
992
}
Original file line number Diff line number Diff line change @@ -131,9 +131,7 @@ class Suggestions {
131
131
this . responsivePopover = await this . _respPopover ( ) ;
132
132
this . _beforeOpen ( ) ;
133
133
134
- if ( this . _getItems ( ) . length ) {
135
- this . responsivePopover . showAt ( this . _getComponent ( ) ) ;
136
- }
134
+ this . responsivePopover . showAt ( this . _getComponent ( ) ) ;
137
135
}
138
136
139
137
async close ( preventFocusRestore = false ) {
You can’t perform that action at this time.
0 commit comments