lumapps / lumX

The first responsive front-end framework based on Angular & Google Material Design specifications

Home Page:https://ui.lumapps.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select component on iOS

mattpawson opened this issue · comments

I'm using LumX in an app I'm building and I think I've found an issue with the Select component when using the filter and populating the choices. It only appears to happen when viewing on a mobile (I've tested on iOS but not Android).

If you populate the choices using $http then it seems to display the options without issue, but if you use $timeout and $q to simulate retrieving data from the server then the options don't get displayed.

I've created a CodePen to highlight the issue:

http://codepen.io/mattpawson/pen/MbrZNp

If you view in a normal desktop browser both Select components work correctly, but viewing on an iPhone the one with "local" data doesn't show any options.