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

[vue] Keyboard input is not working for DatePicker #1846

Closed
1 of 3 tasks
Andrewnt219 opened this issue Jul 19, 2024 · 1 comment
Closed
1 of 3 tasks

[vue] Keyboard input is not working for DatePicker #1846

Andrewnt219 opened this issue Jul 19, 2024 · 1 comment

Comments

@Andrewnt219
Copy link

Description

In vue, users cannot enter dates using numeric values from keyboard. For example, entering "12/31/2024" on input, and the selected date should be "12/31/2024"

Link to Reproduction (or Detailed Explanation)

https://stackblitz.com/edit/vitejs-vite-gga1tj?file=src%2FApp.vue

Steps to Reproduce

  1. Go to date picker example (Vue) https://ark-ui.com/react/docs/components/date-picker
  2. Copy the example
  3. Type "12/31/2024" to the input

Expect: input to display "12/31/2024" and the date picker to select the same date
Actual: cannot type anything to the input

Ark UI Version

3.6.0

Framework

  • React
  • Solid
  • Vue

Browser

Chrome v126

Additional Information

No response

@segunadebayo segunadebayo changed the title Keyboard input is not working for DatePicker [vue] Keyboard input is not working for DatePicker Jul 20, 2024
@segunadebayo segunadebayo transferred this issue from chakra-ui/ark Sep 13, 2024
@segunadebayo
Copy link
Member

I just pushed a fix for this. We'll release an update in Zag and Ark shortly.

If the issue persists after upgrading, I'll re-open it.

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

No branches or pull requests

2 participants