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 would like to be able to set the property PopoverVisible = true/false manually on the FluentProfileMenu component.
🤔 Expected Behavior
PopoverVisible is moved from a private property to a public property and has the [Parameter] attribute added.
😯 Current Behavior
I need to use reflection or custom JavaScript to help close this menu overlay as PopoverVisible is a private property on this component.
💁 Possible Solution
PopoverVisible is moved from a private property to a public property and has the [Parameter] attribute added.
🔦 Context
I am using a custom header/footer template and I am currently unable to easily close this menu should the app decide to trigger an action/navigation based upon a click that occurs inside this menu. There is currently no exposed visibility parameter on this component today.
We would not need to set this property via reflection and/or use JavaScript to help close the menu manually if this was updated.
💻 Examples
See Context above, I think this should be clear but let me know if not.
The text was updated successfully, but these errors were encountered:
🙋 Feature Request
I would like to be able to set the property PopoverVisible = true/false manually on the FluentProfileMenu component.
🤔 Expected Behavior
PopoverVisible is moved from a private property to a public property and has the [Parameter] attribute added.
😯 Current Behavior
I need to use reflection or custom JavaScript to help close this menu overlay as PopoverVisible is a private property on this component.
💁 Possible Solution
PopoverVisible is moved from a private property to a public property and has the [Parameter] attribute added.
🔦 Context
I am using a custom header/footer template and I am currently unable to easily close this menu should the app decide to trigger an action/navigation based upon a click that occurs inside this menu. There is currently no exposed visibility parameter on this component today.
We would not need to set this property via reflection and/or use JavaScript to help close the menu manually if this was updated.
💻 Examples
See Context above, I think this should be clear but let me know if not.
The text was updated successfully, but these errors were encountered: