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
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: