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

DatePicker: Date unformatted with initial date #6930

Closed
25Das opened this issue Dec 6, 2024 · 1 comment · Fixed by #6931
Closed

DatePicker: Date unformatted with initial date #6930

25Das opened this issue Dec 6, 2024 · 1 comment · Fixed by #6931
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@25Das
Copy link

25Das commented Dec 6, 2024

Describe the bug

Using DatePicker with initial date set does not trigger date format (dd/mm/yy in the example).
Format is applied only after date select.

Reproducer

https://stackblitz.com/edit/p3umaa?file=src%2FApp.vue

PrimeVue version

4.2.4

Vue version

4.x

Language

TypeScript

Build / Runtime

Vite

Browser(s)

No response

Steps to reproduce the behavior

  • Load reproducer see unformatted (mm/dd/yy) date.
  • Open DatePicker and select date.
  • Date is formatted.

Expected behavior

No response

@25Das 25Das added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Dec 6, 2024
@sivareddyuppathi
Copy link
Contributor

fix: #6931

@tugcekucukoglu tugcekucukoglu added Status: Pending Review Issue or pull request is being reviewed by Core Team and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Dec 10, 2024
@tugcekucukoglu tugcekucukoglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Pending Review Issue or pull request is being reviewed by Core Team labels Dec 10, 2024
@tugcekucukoglu tugcekucukoglu added this to the 4.2.5 milestone Dec 10, 2024
@github-project-automation github-project-automation bot moved this to Review in PrimeVue Dec 10, 2024
@tugcekucukoglu tugcekucukoglu moved this from Review to Done in PrimeVue Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants