You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are facing the following bug in a webapp we are using on iOS. When the user clicks on the mat-select to open the ngx-mat-search-select, it is displayed, but the keyboard does not appear. To open the keyboard a second click on the search field is needed.
The parameter "disableInitialFocus" is in default state. The mentioned behaviour currently occurs only on IOS devices.
We are facing the following bug in a webapp we are using on iOS. When the user clicks on the mat-select to open the ngx-mat-search-select, it is displayed, but the keyboard does not appear. To open the keyboard a second click on the search field is needed.
The parameter "disableInitialFocus" is in default state. The mentioned behaviour currently occurs only on IOS devices.
Tested on our app as well as with the latest version of ngx-mat-search-select in the stackbliz preview: https://stackblitz.com/github/bithost-gmbh/ngx-mat-select-search-example
To Reproduce:
You can use https://stackblitz.com/github/bithost-gmbh/ngx-mat-select-search-example as a starting point
Expected behavior:
The keyboard should open automatically after one click on the mat-select.
Smartphone / iPad:
The text was updated successfully, but these errors were encountered: