Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultiSelect: Add "overlayVisible" property #3302

Closed
jnlinn opened this issue Sep 12, 2022 · 3 comments · Fixed by #3708
Closed

MultiSelect: Add "overlayVisible" property #3302

jnlinn opened this issue Sep 12, 2022 · 3 comments · Fixed by #3708
Assignees
Labels
Type: New Feature Issue contains a new feature or new component request
Milestone

Comments

@jnlinn
Copy link

jnlinn commented Sep 12, 2022

Describe the feature you would like to see added

Add a overlayVisible property to the MultiSelect component. This property would give the option to have multiselect open when navigated to.

Currently, if multiselect has an overlay button, when user clicks overlay button they have to click again on multiselect to open. Not very user-friendly.

This is currently a feature in PrimeNG as shown here: https://www.primefaces.org/primeng/multiselect

@jnlinn jnlinn added Status: Discussion Issue or pull request needs to be discussed by Core Team Type: New Feature Issue contains a new feature or new component request labels Sep 12, 2022
@github-actions github-actions bot added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Sep 12, 2022
@melloware
Copy link
Member

I am looking here and PrimeNg does not have an OPEN property. https://www.primefaces.org/primeng/multiselect

Can you explain what your exact issue is?

Multiselect works fine for me I don't have to "click twice"? See: https://primefaces.org/primereact/multiselect/

@melloware melloware added Resolution: Needs More Information More information about the issue is needed to find a correct solution and removed Type: New Feature Issue contains a new feature or new component request labels Sep 12, 2022
@jnlinn
Copy link
Author

jnlinn commented Sep 12, 2022

My apologies, the multiSelect property I am referring to in PrimeNG is called "overlayVisible". When true, the multiSelect overlay is set to an open state by default.

Example scenario is a multiSelect in a panelGroup Accordion, when user expands the accordion, the multiSelect is already in an Open state.

Another scenario is a multiSelect in an OverlayPanel Button, when user clicks the button, the multiSelect is already in an Open state.

@melloware melloware changed the title MultiSelect "Open" Property MultiSelect: Add "overlayVisible" property Sep 12, 2022
@melloware melloware added Type: New Feature Issue contains a new feature or new component request and removed Resolution: Needs More Information More information about the issue is needed to find a correct solution Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible Status: Discussion Issue or pull request needs to be discussed by Core Team labels Sep 12, 2022
@melloware
Copy link
Member

OK I updated your ticket. Thanks for the clarification

melloware added a commit to melloware/primereact that referenced this issue Nov 25, 2022
@melloware melloware assigned melloware and unassigned ulasturann and habubey Nov 25, 2022
@melloware melloware added this to the 8.7.3 milestone Nov 25, 2022
melloware added a commit to melloware/primereact that referenced this issue Nov 25, 2022
melloware added a commit to melloware/primereact that referenced this issue Nov 26, 2022
melloware added a commit that referenced this issue Nov 27, 2022
* Fix #3302: Multiselect add overlayVisible property

* Fix #3302: Multiselect add overlayVisible property
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature Issue contains a new feature or new component request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants