Add-on Directory

Month Picker Add-on - Vaadin Add-on Directory

Month picker component Month Picker Add-on - Vaadin Add-on Directory
MonthPicker is a server-side Vaadin component built on top of the [``](https://github.com/vaadin-component-factory/vcf-month-picker) web component. It allows users to select a YearMonth value through a month-selection overlay. #### Features: - Month & Year Picker with keyboard and mouse support - Configurable Year Range via setMinYear / setMaxYear - Localization: Custom month names, short labels, and input formats - Read-only & Disabled modes - Clear Button support - Tooltip support - Disable auto open - Validation & Error Handling - Accessible with proper ARIA attributes
View on GitHub
Online 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.