Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blur event seems to not get triggered with inline #995

Closed
Armando-CodeCafe opened this issue Sep 18, 2024 · 0 comments
Closed

Blur event seems to not get triggered with inline #995

Armando-CodeCafe opened this issue Sep 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Armando-CodeCafe
Copy link

Armando-CodeCafe commented Sep 18, 2024

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Create a date picker like this:
   <VueDatePicker
        ref="datepicker"
        v-model="props.date"
        inline
        auto-apply
        @update:model-value="dateUpdater"
        @blur="() => console.log('blur')"
      ></VueDatePicker>
  1. Open the picker
  2. Click anywhere else outside of the picker
  3. No event triggered.

Expected behavior
Blur event gets triggered so i can close the datepicker when it clicked off of

Desktop & mobile (please complete the following information):

  • Browser chromium chrome, opera GX
  • Library version newest

EDIT: also tested in the online playground on multiple browsers, doesnt seem to work there either.

@Armando-CodeCafe Armando-CodeCafe added awaiting triage The issue is not reviewed by the maintainers bug Something isn't working labels Sep 18, 2024
@Armando-CodeCafe Armando-CodeCafe changed the title Blur event seems to not get triggered Blur event seems to not get triggered with inline Sep 18, 2024
@Jasenkoo Jasenkoo added enhancement New feature or request and removed bug Something isn't working awaiting triage The issue is not reviewed by the maintainers labels Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants