-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
typeahead with scroll #1168
Comments
Once this is in, it would be immensely helpful for lazy-loading results once the user scrolls to the bottom of the list. |
yes I can look into it after this has been merged and when I have time. I agree it's a pretty important feature if you have a lot of items and can not fetch them in one go. |
+1 for this feature. Is there an ETA? |
Yes I need this feature as well that's why I implemented it but it seems valor software don't have time to merge this. They have not been responding on this for a while so we went ahead and created a clone of there pacakge https://www.npmjs.com/package/symbrio-ng2-bootstrap which has the scroll. I try to update our package when they do updates and with the scroll. You can use that until they merged this. |
@arins finaly I got here |
@arins I am incredibly sorry, I was working with documentation >.< |
Hi! I can make a new pull request. Because I saw there was a lot of changes in the master branch. It might be eaiser if I just make a new pull request. |
@arins it would be very helpful |
@valorkin ok |
Hi both! Don't suppose there's any progress on this at all? We could really use this feature! |
Yea, we are also very interested in this feature |
I have made a pull request so it's up to the repo owners to merge it. #1543 |
Any further updates on this? |
Bump. Would be really great to support this. |
I need this with the intensity of thousand suns. Bump |
try this
|
Wow it worked for me. You saved my day.. Just modified the following for angular 4+ (Make sure you add html tag (HTMLInputElement) as git hub is parsing out when i pasted the following code document.addEventListener('keydown', (e) => { |
This feature is available (using the options mentioned by arins) in ngx-bootstrap 5.2.0 (and probably earlier). |
There is no possibility to have a long list with scroll with a typeahead component. You can add overflow-y:scroll to the ul element but that doesn't work when you use up/down arrow keys. I have made a fork and added two options two the typeahead.
typeaheadScrollable: boolean
typeaheadOptionsInScrollableView: number
if typeaheadScrollable is true the component container is scrollable and also reacts to key up/down keys.
You can also set number of items in the scrollable "view".
Is it possible to do a pull request on this when me and my colleague are done?
The text was updated successfully, but these errors were encountered: