Close multiselect dropdown on button click of panelFooterTemplate / Add onShow & onHide event #1891
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
As of now, Multiselect dropdown is not close on button click of panelFooterTemplate.
Can we have functionality to hide Multiselect dropdown popup while click on button click of panelFooterTemplate?
OR
Can we have onPanelHide & onPanelShow multiselect event in prime react also same as PrimeNG?
panelFooterTemplate = (props, hide) => { return <Button ... onClick={hide} /> }
The text was updated successfully, but these errors were encountered: