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
This issue was fixed where it was not possible to focus select/dropdown like inputs. #2299
But introduced another issue in the way we use the components when the input is used inside of nested label tag,
where when user selects "Select all" checkbox, it will instant close.
Also there is some behavior when label is focused, that it reopens twice ( which is acceptable, but weird).
Maybe a dropdown should not reopen, when its already opened, but focused again and just stay open.
When user selects all checkbox in MultiSelect, it should stay opened
The text was updated successfully, but these errors were encountered:
raDiesle
added
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Type: Bug
Issue contains a defect related to a specific component.
labels
Jun 14, 2022
melloware
changed the title
Component: MultiSelect and other Dropdowns
MultiSelect: Panel should remain open
Jun 18, 2022
We are having a similar issue with this component on our site. We are using a multiselect component to toggle columns. We've noticed that with wide tables that scroll horizontally, the multiselect dropdown hides after removing a column when the table is scrolled all the way to the right. This doesn't happen when scroll is set to any other position. Here is a code sandbox example:
Describe the bug
This issue was fixed where it was not possible to focus select/dropdown like inputs.
#2299
But introduced another issue in the way we use the components when the input is used inside of nested
label
tag,where when user selects "Select all" checkbox, it will instant close.
Also there is some behavior when label is focused, that it reopens twice ( which is acceptable, but weird).
Maybe a dropdown should not reopen, when its already opened, but focused again and just stay open.
Reproducer
https://codesandbox.io/s/primereact-test-forked-rqgi4m
PrimeReact version
8.1.1
React version
17.x
Language
ES6
Build / Runtime
Create React App (CRA)
Browser(s)
Chrome 102
Steps to reproduce the behavior
Expected behavior
When user selects all checkbox in MultiSelect, it should stay opened
The text was updated successfully, but these errors were encountered: