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

Calendar: Not accepting manual input #3687

Closed
miriamstreit opened this issue Feb 28, 2023 · 1 comment
Closed

Calendar: Not accepting manual input #3687

miriamstreit opened this issue Feb 28, 2023 · 1 comment
Labels
Resolution: Duplicate Issue has already been reported or a pull request related to same issue has already been submitted

Comments

@miriamstreit
Copy link

Describe the bug

I have the requirement to provide a date input field which accepts both inputs from the calender overlay and from manual inputs. However, since I last updated my dependencies from Primevue 3.16.2 to 3.23.0, the calendar input field won't accept manual inputs anymore. I have checked multiple browsers and it does not seem to work in my own app, in the code sandbox or in the Primevue Documentation.

I did some digging in my own app using the Vue.js DevTools in my browser and it seems that the focused attribute of the Calendar component itself is causing this issue. It's always set to false when I click on the field, and when I changed it manually using the DevTools, the manual input was possible.

Reproducer

https://codesandbox.io/s/primevue-calendar-demo-yet6dv

PrimeVue version

3.23.0

Vue version

3.x

Language

ES6

Build / Runtime

Vue CLI App

Browser(s)

Brave 1.48, Chrome 110, Safari 14

Steps to reproduce the behavior

  1. go to the code sandbox / the Primevue documentation
  2. click on the Calendar input field
  3. attempt to manually input a date

Expected behavior

The input field should accept my manual input as well as inputs through the calender overlay.

@miriamstreit miriamstreit added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Feb 28, 2023
@tugcekucukoglu
Copy link
Member

Please follow this ticket #3624

@tugcekucukoglu tugcekucukoglu added Resolution: Duplicate Issue has already been reported or a pull request related to same issue has already been submitted and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Duplicate Issue has already been reported or a pull request related to same issue has already been submitted
Projects
None yet
Development

No branches or pull requests

2 participants