This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
Typeahead : ul with overflow: auto (scroll) and editable incompatibilty #5453
Open
Description
Hi,
I use typeahead with a lot of suggestions (6 000), so i need scroll into list.
But if editable is false, when i use the scrollbar, the $viewValue searchTerm is lost, i didn't found any way to prevent this behaviour.
Here is a plunker : http://plnkr.co/edit/fZiIDBK20i8tafclAejg?p=preview
Any ideas ?