This repository has been archived by the owner on Nov 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 540
Allow "down arrow" to be used to bring up the complete list of tags [feature-request] #54
Milestone
Comments
Hi John. That very feature was present in early, pre-release versions of the |
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
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.
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.
The text was updated successfully, but these errors were encountered: