You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Aug 20, 2024
Describe the bug
event.value is not consistent when there is empty value selected with the dropdown.
The value getting returned is an object instead of a string
Reproducer
https://stackblitz.com/edit/vitejs-vite-jemedx?file=src%2FApp.tsx
System Information
System:
OS: Linux 5.0 undefined
CPU: (6) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz
Memory: 0 Bytes / 0 Bytes
Shell: 1.0 - /bin/jsh
Binaries:
Node: 18.20.3 - /usr/local/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 10.2.3 - /usr/local/bin/npm
pnpm: 8.15.6 - /usr/local/bin/pnpm
npmPackages:
primereact: 10.8.2 => 10.8.1
react: ^18.2.0 => 18.2.0
Steps to reproduce the behavior
Expected behavior
The e.value when the value is empty should return empty value (i.e, "" )
The text was updated successfully, but these errors were encountered: