microsoft / powercat-creator-kit

This toolkit helps create well-designed Power App experiences on the web & mobile. It contains a component library; PCF controls and other utilities that increase developer productivity.
MIT License
321 stars 53 forks source link

[Feature]: Auto Collapse ExpandMenu on button select #256

Open dineshary opened 1 year ago

dineshary commented 1 year ago

Is this request for a new component, or additional functionality for an existing component? Additional functionality for ExpandMenu

Have you validated that your desired feature or component is not already in the backlog? Yes

Describe the component and functionality you would like to see in the starter kit It would be good to have an option to auto collapse the menu on button select. Currently if the menu is expanded and then upon selecting a button, app navigates to the other screen. when it returns to the original screen, the menu stays expanded. Also, the property isExpanded could not be modified at the moment. This property could be useful to decide the required behavior

Describe alternatives you've considered No alternatives

Additional context

slaouist commented 1 year ago

I will take a look at adding this for future releases.