ark
ark copied to clipboard
[vue] Keyboard input is not working for DatePicker
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
- Go to date picker example (Vue) https://ark-ui.com/react/docs/components/date-picker
- Copy the example
- 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
- [X] Vue
Browser
Chrome v126
Additional Information
No response