Skip to content

Commit

Permalink
Add feature section
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyFeliz committed Dec 5, 2019
1 parent a4ff01a commit 5eb1815
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ A Vue component for autocomplete email domains

![Demo](https://raw.githubusercontent.com/DannyFeliz/vue-email-dropdown/master/demo/demo.gif)

# Some Features
- Allows passing a list of domains to be used in for the suggestions.
- Allows passing a list of default domains that are going to be used when type `@`.
- Closes the list by pressing <kbd>Esc</kbd>.
- Allows the navigate the list by pressing <kbd>Up</kbd> / <kbd>Down</kbd>.
- Closes the list on click outside.
- Allows configuring the list size.

# Props

<table>
Expand Down

0 comments on commit 5eb1815

Please sign in to comment.