Primary Actor: User
Scope: Ngx-bootstrap DEMO / BS version 3&4
Goal: Show user how to manage selectFromOtherMonth option of Datepicker for getting possibility to chose day from other month
- User opens Datepicker demo page
- User clicks on Select dates from other month sub-menu
- User see Datepicker input
- When user clicks on Datepicker input, bs-datepicker-container opens
- When user clicks on any date from previous month in this view, then this date chosen and appear in the input
- When user clicks on bs-datepicker-container again, then user see calendar with chosen month
- When user clicks on any date from next month in this view, then this date chosen and appear in the input
- When user clicks on bs-datepicker-container again, then user see calendar with chosen month
- Template src should be written with dateInputFormat: 'DD-MM-YYYY' and selectFromOtherMonth: true
2*. User scroll to Select dates from other month sub-menu