vaadin / vaadin-date-picker

The Web Component providing a date selection field with scrollable month calendar. Part of the Vaadin components.
https://vaadin.com/components
Apache License 2.0
165 stars 78 forks source link

Implement autoOpenDisabled #704

Closed web-padawan closed 4 years ago

web-padawan commented 4 years ago

When datePicker.autoOpenDisabled = true:

  1. Focusing and typing in field doesn’t open the overlay
  2. Clicking on icon opens the overlay
  3. Up / Down keys opens the overlay

Note, the point 1. would cover the issue reported at #701

user writes a date in the exact format required, but when the user tabs out, the focus ends up in the overlay and they must press return to select.

Also add a demo for the new feature