cswarb / ngx-aircal

ngx-aircal is a modern, configurable and lightweight Angular date range picker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Selecting a year when closeOnOutsideClick is true close the calendar

connoraworden opened this issue · comments

Aircal config

public aircalOptions = new AircalOptions({
    allowQuicksetMonth: true,
    allowQuicksetYear: true,
    closeOnOutsideClick: true
});
  1. Click on the year
  2. Select a different year
  3. The calendar closes

Can't seem to replicate this given the config! Keeping it open just in case.