Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

added diacritcs attribute to made input diacritics insensitive #66

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ maxMatches | `Number` | 10 | Maximum amount of list items to appear.
minMatchingChars | `Number` | 2 | Minimum matching characters in query before the typeahead list appears
prepend | `String` | | Text to be prepended to the `input-group`
append | `String` | | Text to be appended to the `input-group`
removeDiacritcs | `Boolean` | `false`| If is set true the input is diacritics insensitive (the listing is still diacritcs sensitive)

### Events
Name | Description
Expand Down
Loading