You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calender not working inside web view url in the hybrid application.
We are using basic form which includes four inputs & one calendar input. While focus input field after move to next, calender not showing datepicker popup.
Thank you for your reply. We are using primevue (3.12.0).
tugcekucukoglu
added
the
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
label
May 16, 2022
Hi Support Team,
Calender not working inside web view url in the hybrid application.
We are using basic form which includes four inputs & one calendar input. While focus input field after move to next, calender not showing datepicker popup.
<Calendar ref="publishDateCalendar" class="startdate smallCalendar" :manualInput="isMobile ? false : true" :touchUI="isMobile ? true : false" name="publishDate" @Focus="publishDateSelected" v-model="data.publish_date" :showButtonBar="true" required="true" autocomplete="off" :class="{'p-invalid': submitted && !data.publish_date}"/>
PFA, Please check shared video screen recording.
20220428_155351.mp4
The text was updated successfully, but these errors were encountered: