primevue icon indicating copy to clipboard operation
primevue copied to clipboard

Calendar: `id` and `name` should be passed to the `input` if provided

Open trajano opened this issue 1 month ago • 3 comments

Describe the bug

When using PrimeVue to augment an existing web app. It doesn't pass the value of the calendar field because the name property is kept on the span and not pushed to the underling input field

Reproducer

https://jsfiddle.net/hjobdmay/

PrimeVue version

3.52

Vue version

3.x

Language

TypeScript

Build / Runtime

Vue CLI App

Browser(s)

No response

Steps to reproduce the behavior

  1. https://jsfiddle.net/hjobdmay/
  2. fill in a date and text
  3. click submit

Expected behavior

date value should be provided

trajano avatar May 09 '24 02:05 trajano