Skip to content

Autocomplete directive for Angular that supports configurable event handling and templates.

License

Notifications You must be signed in to change notification settings

myplanet/angular-suggest

Repository files navigation

angular-autocomplete

Autocomplete directive for Angular that supports configurable event handling and templates.

Keypress handling

Autocomplete includes basic keypress handling, provided it has focus.

Up Arrow: hightlight previous item

Down Arrow: hightlight next item

Enter/Tab: select current item (this will trigger on-selection-complete callback with the value selected as the parameter)

Esc: dismiss without selecting (this will trigger on-selection-complete callback with a null parameter)

About

Autocomplete directive for Angular that supports configurable event handling and templates.

Resources

License

Stars

Watchers

Forks

Packages

No packages published