-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hello,
For few seconds key board is shown and later calendar control is displayed.
Below is my code:
`
<ionic-calendar-date-picker
[ngClass]="{'disabled':isResultSubmitted}"
[dayLabels]="['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat']"
[monthLabelsStyle]="{'font-size':'inherit'}"
[dayLabelsStyle]="{'font-size':'inherit'}"
[itemSelectedStyle]="errorDate?disabledSelectedStyle:normalSelectedStyle"
[todaysItemStyle]="{'color':'inherit'}"
[backgroundStyle]="{'background':'none'}"
[date]="selectedDate?selectedDate.toDate():undefined"
(onSelect)="submitChanges($event)"
<!-- [notInCalendarStyle]="{'display':'none', 'pointer-events':'none'}" -->
How to hide the keyboard?
Regards,
Shraddha
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels