Skip to content

Commit

Permalink
Update documentation [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyFeliz committed Jan 18, 2020
1 parent 97b16c1 commit 7ef1a79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ A Vue component for autocomplete email domains
[<img src="https://img.shields.io/npm/v/vue-email-dropdown.svg">](https://www.npmjs.com/package/vue-email-dropdown)

# 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>.
Expand Down Expand Up @@ -73,14 +74,14 @@ A Vue component for autocomplete email domains
<td>String|Array|Object</td>
<td>False</td>
<td>""</td>
<td>Classes that will be apply to the email input.</td>
<td>Classes that will be apply to the email field.</td>
</tr>
<tr>
<td>showCleanButton</td>
<td>clearable</td>
<td>Boolean</td>
<td>False</td>
<td>False</td>
<td>Show button to clean text.</td>
<td>Show button to clean the email field.</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 7ef1a79

Please sign in to comment.