Primary Actor: User
Scope: Ngx-bootstrap DEMO / BS version 3&4
Goal: Show user Datepicker and Daterangepicker with initial state
- User opens Datepicker demo page
- User clicks on Initial state sub-menu
- User see 2 inputs: Datepicker and Daterangepicker
- User see 2 clickable buttons: "Date Picker" and "Date Range Picker"
- By default, value in Datepicker input is current day
- By default, value in Daterangepicker input is interval from current day to current + 7 days
- When user clicks on "Date Picker" button, bs-datepicker-container opened and current date selected
- When user clicks on other date, that date selected and shown in input
- When user clicks on "Date Range Picker" button, bs-daterangepicker-container opened and appropriate interval selected
- When user chose another interval, that interval selected and shown in input
2*. User scroll to Initial state sub-menu