Month Picker Add-on - Vaadin Add-on Directory
Month picker componentOnline Demo
Month Picker Add-on version 1.0.0
Initial release
Month Picker Add-on version 1.1.0
Fixed an issue, when the month picker is used inside a dialog. The respective "open-changed" event has been renamed to "vcf-month-picker-opened-changed".
Extended support for formats/patterns:
- single "M" can now be used to allow 1-2 digit month input
- 2-digit years are now supported ("YY"). The component takes care of caching the last used "century" internally
- Month names (short "MMM" and full "MMMM") can now be set. For short months, the i18n must define the "shortMonthNames" property. For full month names, the i18n must define the "monthNames" property.
Month Picker Add-on version 2.0.0
#### New features:
* Move text field to light dom. Web-component version updated to 2.0.0.