Description
Hi all,
I was previously using 'ng2-select' and got issues in iPhone safari with it. User is not able to select value from dropdown when user start typing for search and also after user start typing, if user want to close the dropdown and click somewhere else on screen, dropdown not collapsing. It's working fine, in case, if user just select from dropdown, not type.
Collapsing issue resolved with hammerjs use. However searching issue not.
So switched to 'ngx-select-ex' and land up issue with this as well. First time, when user select value from dropdown or select by search typing. All worked as expected. But then if user try to reselect value from dropdown, it doesn't open and additionally, it freezes all other button/link action also on that page.
It's working fine in android phones like Galaxy S9 etc.