Skip to content
New issue

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

[Bug] Bootstrap Modal going to close on date select #60

Open
viral-prm opened this issue Feb 19, 2024 · 0 comments
Open

[Bug] Bootstrap Modal going to close on date select #60

viral-prm opened this issue Feb 19, 2024 · 0 comments

Comments

@viral-prm
Copy link

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant