Skip to content

Commit

Permalink
Merge pull request #87 from PascalBergeron1993/master
Browse files Browse the repository at this point in the history
Added basic support for i18n
  • Loading branch information
mrmarkfrench authored Sep 23, 2021
2 parents 137f991 + eb7e105 commit 6c46a18
Show file tree
Hide file tree
Showing 5 changed files with 1,280 additions and 1,209 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ Specify the countries to appear at the top of the list.
Type: `Boolean` Default: `false`
Set the dropdown's width to be the same as the input. This is automatically enabled for small screens.

**localizedCountries**
Type: `Object` Default: `{}`
Allows to translate the countries by its given iso code e.g.:
```js
{ 'de': 'Deutschland' }
```

## Public Methods
**destroy**
Expand Down
Loading

0 comments on commit 6c46a18

Please sign in to comment.