Add fancy scroll bar on Tag-input autocomplete list

439 views Asked by At

I want to add fancy scroll bar on tag-input autocomplete (Angular 1.x) list.

I used slimScroll library for scroll bar. But the problem is that if i added the slimScroll then it is not working because autocomplete list come after DOM load.

I tried to add the slimScroll during fetching record for autocomplete. but its not working there.

I tried the scrollbar using css but its not working in Firefox.

Any idea, How to implement the scrollbar for tag-input autocomplete result.

1

There are 1 answers

1
Muhammad Bilal On

Use jquery plugins, css custom scroll bar is not browser compatible solution. Try: Link1 or Link2