Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Allow "down arrow" to be used to bring up the complete list of tags [feature-request] #54

Closed
johnsouth opened this issue Jan 10, 2014 · 2 comments

Comments

@johnsouth
Copy link

It would be nice to be able to use the down arrow key within the autocomplete box to get a complete list of all available tags. This would most likely need to be a scrolling list of tags using the current setting for the number of tags shown in the autocomplete as a means of determining the maximum height of the box. The Select2 jQuery plugin does this and it's a nice feature for users that can't find the tag they're looking for.

@mbenford
Copy link
Owner

Hi John.

That very feature was present in early, pre-release versions of the autocomplete directive, but I dropped it after I had checked on other components/libraries (Twitter's Typeahead, jQueryUI's Autocomplete, and a few others) and seen that they don't have such a feature. Had I also checked on Select2 perhaps I would have thought more carefully about it...

@FoxxMD
Copy link
Contributor

FoxxMD commented Jan 31, 2014

To add to this it would be nice to have "on focus" for the textbox open the dropdown with all tags.

FoxxMD added a commit to FoxxMD/ngTagsInput that referenced this issue Feb 3, 2014
Add an option to allow the tag list to show on input focus.
This feature is useful when the user wants to see an unfiltered
list of all available suggestions before typing.

The Source expression must be able to handle a null query
if this option is used. Partially addresses mbenford#54
FoxxMD added a commit to FoxxMD/ngTagsInput that referenced this issue Feb 4, 2014
Add an option to allow the tag list to show on input focus.
This feature is useful when the user wants to see an unfiltered
list of all available suggestions before typing.

The Source expression must be able to handle a null query
if this option is used. Partially addresses mbenford#54
FoxxMD added a commit to FoxxMD/ngTagsInput that referenced this issue Feb 5, 2014
Make down arrow keydown a hotkey that triggers the suggestion box to become visible.
This feature is useful because it will give the user a way to browse the complete list of tags
if they do not know what they are looking for.

Requires the source function to handle a null input and return a list of tags. Addresses mbenford#54
FoxxMD added a commit to FoxxMD/ngTagsInput that referenced this issue Feb 5, 2014
…ot shown

Add the down arrow downkey event as a hotkey that opens the suggestion box if the
suggestion box is not visible. This feature is important because it gives the user a method
for browsing the list of tags without needing to filter.

Requires the source function to return a list when input is null. Addresses mbenford#54
FoxxMD added a commit to FoxxMD/ngTagsInput that referenced this issue Feb 6, 2014
…f not shown

Add the down arrow downkey event as a hotkey that opens the suggestion box if the
suggestion box is not visible. This feature is important because it gives the user a method
for browsing the list of tags without needing to filter.

Requires the source function to return a list when input is null. Addresses mbenford#54
FoxxMD added a commit to FoxxMD/ngTagsInput that referenced this issue Feb 6, 2014
Add an option to allow the tag list to show when input is empty.
This feature is useful when the user wants to see an unfiltered
list of all available suggestions before typing.

The Source expression must be able to handle a null query
if this option is used. Partially addresses mbenford#54
@mbenford mbenford modified the milestones: 2.0.0, post-1.1.1 Feb 18, 2014
@mbenford mbenford modified the milestones: Post-2.0.0, 2.0.0 Mar 23, 2014
Bessonov pushed a commit to Bessonov/ngTagsInput.ie8 that referenced this issue May 3, 2015
…f not shown

Add the down arrow event as a hotkey that opens the suggestion box if the
suggestion box is not visible. This feature is important because it gives
the user a method for browsing the list of tags without needing to filter.

Closes mbenford#54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants