Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature(typeahead): Move Close popup into selectResult function #2929

Open
kotarCreative opened this issue Dec 13, 2018 · 0 comments
Open

Feature(typeahead): Move Close popup into selectResult function #2929

kotarCreative opened this issue Dec 13, 2018 · 0 comments

Comments

@kotarCreative
Copy link

Feature description:

The options window is closed before the _selectResult function is called. This means the window will always close regardless of the selectItem event being overridden. This prevents adequately creating a load more use case for large lists or server-side paginated lists.

It would be nice to either have the _closePopup function called within the defaultPrevented check or have the option to disable the popup closing on select and manually trigger it instead.

Versions of Angular, ng-bootstrap and Bootstrap:

Angular:
4.3.6
ng-bootstrap:
1.0.0
Bootstrap:
4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant