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

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wakirin committed Mar 25, 2019
1 parent 5ca5731 commit 4900862
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ Show calendar inline. If `true` and `parentEl` is not provided then will use `pa
months: true,
}
```
Dropdown selections for years, months. Can be `false` for disable both dropdowns.
`years` _(Object|Boolean)_ - Object must contains `min` and `max` range of years or can be `false` for disable dropdown of years.
`months` _(Boolean)_ - `true/false` for enable/disable dropdown of months.
Dropdown selections for years, months. Can be `false` for disable both dropdowns.
`years` _(Object|Boolean)_ - Object must contains `min` and `max` range of years or can be `false` for disable dropdown of years.
`months` _(Boolean)_ - `true/false` for enable/disable dropdown of months.


### locale
Expand Down Expand Up @@ -259,10 +259,10 @@ Dropdown selections for years, months. Can be `false` for disable both dropdowns
}
}
```
`buttons` - Text for buttons
`tooltip` - Text for tooltip (one, few, many, other)
`tooltipOnDisabled` (String) - Show tooltip text on disabled dates. (Eg. «Already booked»)
`pluralize` (function) - Function for calc plural text. More examples for another locales on [betsol/numerous](https://github.com/betsol/numerous/tree/master/locales)
`buttons` - Text for buttons
`tooltip` - Text for tooltip (one, few, many, other)
`tooltipOnDisabled` (String) - Show tooltip text on disabled dates. (Eg. «Already booked»)
`pluralize` (function) - Function for calc plural text. More examples for another locales on [betsol/numerous](https://github.com/betsol/numerous/tree/master/locales)

### onSelect
- Type: `Function`
Expand Down

0 comments on commit 4900862

Please sign in to comment.