Abdalla Elabd

Results 8 comments of Abdalla Elabd

Changing this line https://github.com/angular-ui/ui-select/blob/master/dist/select.js#L839 from `var inputWidth = containerWidth - input.offsetLeft;` into `var inputWidth = containerWidth - angular.element(input).offset().left;` fixes it for me.

The issue occurs when I'm not giving the **ui-select-choices** directive a class of "_ui-select-choices_" and the **_ui-select-match_** directive a class of "ui-select-match". Adding those classes fixes the issue. Any other...

If you're incrementally loading data as the user scrolls up in the past, you'd be adding items to the top of the list, and that would mess up the scroll...

Flatlist's performance is horrible. The reason I switched to RecyclerListView is because of its impressive smooth performance. And sadly Flatlist doesn't support preserving the scroll positioning when adding items to...

@surya-kanoria I've read most of the source code and I have an idea of how things work. Would love to help implement this. How do you suggest we contact each...

Just checking if there's any news updates on this. @naqvitalha