DatePicker to show only months

I am porting a project from vaadin7 to vaadin14 and in the old project DataField was used for the selection of a month by: dateField.setDateFormat("yyyy-MM"); dateField.setResolution(Resolution.MONTH);.
As far as I can see DatePicker does not have this option. Is there an easy way to display only the months without the individual dates with DatePicker or is there another component that is more suitable for my needs.

I will be grateful for any help.

Hi,

I need this feature, too. [It seems that there are many more who support such a feature]
(https://github.com/vaadin/vaadin-date-picker/issues/761). Does someone have a Java-only workaround that requires no 3rd party libs?

Best regards,
Roy