vaadin/vaadin-date-picker

Implement autoOpenDisabled

web-padawan opened this issue · 0 comments

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