angular-ui / ui-scroll

Unlimited bidirectional scrolling over a limited element buffer for AngularJS applications

Home Page:http://angular-ui.github.io/ui-scroll/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flicker effect on reloading datasource on keypress serach

sonaligithub10 opened this issue · comments

For performing search action on dropdown with UI- Scroll with keypress search required for every key entered, to go at some specified position(index) on the search key entered we need to reload datasource with adapter.reload() method which gives a constant flickering effect for the dropdown menu.

Unfortunately this is by design, you have to rebuild the viewport when the data used in the viewport changes, and the only way do it is by adapter.reload which acts like hard reset...