Primary Actor: User
Scope: Ngx-bootstrap DEMO / BS version 3&4
Goal: Show user example how to subscribe to datepicker value change event
- User opens Datepicker demo page
- User clicks on Value change event sub-menu
- User see Datepicker input
- When user clicks on Datepicker input, bs-datepicker-container opens and user can chose any Date
- When user chose any date, then bs-datepicker-container disappeared, this date is shown in the input in format "mm/dd/yyyy" and card with info "Changed date is Mmm dd, yyyy" shown
- When user clicks on Datepicker input again and chose another Date, then this new date is shown in the input in format "mm/dd/yyyy" and card with info "Changed date is Mmm dd, yyyy" shown
- When user clears input, then card with info disappeared
2*. User scroll to Value change event sub-menu