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.
Use jquery plugins, css custom scroll bar is not browser compatible solution. Try: Link1 or Link2