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
What will it allow you to do that you can't do today?
Right now at-menu behaves somewhat like a tab bar with an active element. Menus in native, however, are typically stateless (selecting an option does not change the appearance of the menu).
Although at-menu can begin without an activeName, the moment an item is chosen, that menu element gets highlighted. It would be great if there were a "togglable" option on menu-items that could be set to true/false which would determine whether an item should become active or simply respond like a button.
How will it make current work-arounds straightforward?
I am not sure what the current workarounds to solve this issue would be.
What potential bugs and edge cases does it help to avoid?
The default value would need to be considered but I don't think this would be hard to implement at all since the initial state of the menu clearly allows for this functionality.
The text was updated successfully, but these errors were encountered:
What will it allow you to do that you can't do today?
Right now
at-menu
behaves somewhat like a tab bar with an active element. Menus in native, however, are typically stateless (selecting an option does not change the appearance of the menu).Although
at-menu
can begin without anactiveName
, the moment an item is chosen, that menu element gets highlighted. It would be great if there were a "togglable" option onmenu-items
that could be set to true/false which would determine whether an item should become active or simply respond like a button.How will it make current work-arounds straightforward?
I am not sure what the current workarounds to solve this issue would be.
What potential bugs and edge cases does it help to avoid?
The default value would need to be considered but I don't think this would be hard to implement at all since the initial state of the menu clearly allows for this functionality.
The text was updated successfully, but these errors were encountered: