(Otherwise, you have to select the calendar button or hit
return inisde the input)
Sponsored-by: Evergreen Community Development Initiative
Sponsored-by: Georgia Public Library Service
Sponsored-by: Indiana State Library
Sponsored-by: C/W MARS
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
name="{{fieldName}}"
[disabled]="disabled"
[required]="required"
- (blur)="propagateTouch()"
+ (blur)="propagateTouch(); onDateEnter()"
[(ngModel)]="current"
(keyup.enter)="onDateEnter()"
(dateSelect)="onDateSelect($event)"/>