Skip to content

Commit

Permalink
docs: mention localizedCountries
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Bergeron committed Sep 18, 2021
1 parent d4e90a2 commit eb7e105
Showing 1 changed file with 6 additions and 0 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

0 comments on commit eb7e105

Please sign in to comment.