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

Overflow mechanism for more than maxCount completions #290

Closed
petsuter opened this issue Nov 6, 2016 · 2 comments
Closed

Overflow mechanism for more than maxCount completions #290

petsuter opened this issue Nov 6, 2016 · 2 comments
Labels
DEPRECATED jquery-textcomplete Issues associated to jquery-textcomplete (was DEPRECATED)

Comments

@petsuter
Copy link

petsuter commented Nov 6, 2016

Currently maxCount is a hard limit to the number of shown elements. Additional elements are discarded without any indication to the user.

It would be nice if there was an indication that additional elements are available (maybe show a ... ellipsis?) and even nicer if the user could somehow use those additional elements (maybe by scrolling through the list?) even if still only a limited number of elements is visible at once.

@yuku
Copy link
Owner

yuku commented Nov 7, 2016

You can do that by overriding max-height of .textcomplete-dropdown element and set huge number to maxCount.

@petsuter
Copy link
Author

petsuter commented Nov 7, 2016

Ah, ok that works great, thanks a lot! I guess this issue can be closed then.

(We use jquery-textcomplete in this plugin for the Trac issue tracker and wiki system. It works great! Many thanks for writing it.

We'll use this CSS as suggested.)

@petsuter petsuter closed this as completed Nov 7, 2016
@yuku yuku added the DEPRECATED jquery-textcomplete Issues associated to jquery-textcomplete (was DEPRECATED) label Jun 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DEPRECATED jquery-textcomplete Issues associated to jquery-textcomplete (was DEPRECATED)
Projects
None yet
Development

No branches or pull requests

2 participants