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
I'm intending filter items using dropdown in dataTable cell during cell editing.
When the filter input that is shown on the top of the dropdown list is clicked - the dropdown disappears (if dropdown is not in the cell it doesn't disappear and behaves as expected). And to fix this behaviour - to be able click with the mouse on the dropdown filtering box - I do need use append={'self'} but then I start having the table layout problems.
Any help with this will be very appreciated.
Thanks a lot.
This is probably [already existing bug]((#2666 (comment)) but not sure that comment on closed bugs are being seen so posting new bug? (sorry if a'm wrong)
Reproducer
No response
PrimeReact version
10.5.1
React version
18.x
Language
ES6
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
Expecting opened dropdown not to disappear on mouse click on filter control of the dropdown
The text was updated successfully, but these errors were encountered:
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
Jan 2, 2025
Describe the bug
I'm intending filter items using dropdown in dataTable cell during cell editing.
When the filter input that is shown on the top of the dropdown list is clicked - the dropdown disappears (if dropdown is not in the cell it doesn't disappear and behaves as expected). And to fix this behaviour - to be able click with the mouse on the dropdown filtering box - I do need use append={'self'} but then I start having the table layout problems.
Any help with this will be very appreciated.
Thanks a lot.
This is probably [already existing bug]((#2666 (comment)) but not sure that comment on closed bugs are being seen so posting new bug? (sorry if a'm wrong)
Reproducer
No response
PrimeReact version
10.5.1
React version
18.x
Language
ES6
Build / Runtime
Create React App (CRA)
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
Expecting opened dropdown not to disappear on mouse click on filter control of the dropdown
The text was updated successfully, but these errors were encountered: