We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Vue2-datepicker version: ^1.0.3 Vue version: ^3.4.3 Browser: Chrome
Steps to reproduce
Reproduction Link or Source Code
<date-picker :disabled="IsHitory" v-model:value="schedule.EndDateTime" prefix-class="mx" id="EndDateTime" type="datetime" format="YYYY-MM-DD hh:mm A" @change="changeEndDateTime" v-model:open="isOpenEndDateTime" :show-hour="true" :show-minute="true" :use12h="true" > <!-- <template slot="input"> <CFormInput :value="customFormatter(schedule.EndDateTime)" invalid-feedback="Please provide DateTime Scheduled" :is-valid="validatorStartDateTime" @keypress.prevent /> </template> --> </date-picker>
Expected behavior Bootstrap modal should not be close on selection of date and ask for time after date select when type is datetime
Actual behavior Currently bootstrap modal is going to close
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Vue2-datepicker version: ^1.0.3
Vue version: ^3.4.3
Browser: Chrome
Steps to reproduce
Reproduction Link or Source Code
Expected behavior
Bootstrap modal should not be close on selection of date and ask for time after date select when type is datetime
Actual behavior
Currently bootstrap modal is going to close
The text was updated successfully, but these errors were encountered: