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
Right now if I am using removable as false and I try to hit backspace it prevent the deletion of the chips,
My problem is that if I am using a function to define which chips are removable I can delete all of them with the backspace
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
Apr 19, 2024
Describe the bug
Right now if I am using removable as false and I try to hit backspace it prevent the deletion of the chips,
My problem is that if I am using a function to define which chips are removable I can delete all of them with the backspace
Reproducer
https://stackblitz.com/edit/ai1xhn?file=src%2FApp.jsx
PrimeReact version
10.6.3
React version
17.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
Chips should not be deleted with backspace if am using the function in the removable
The text was updated successfully, but these errors were encountered: