When should I put ... at the end of a menu item? I seem to remember reading some rules but can\'t for the life of me find them.
For context - I\'m adding a properti
If the menu is an action that the user will be doing, but the action won't be completed until we get more information from the user, you show an ellipsis, e.g.:
As opposed to actions that will happen the moment you click the menu item, e.g.:
Ellipses don't just indicate that a dialog will appear. i.e. if it's not an "action", then there's no ellipses, e.g.:
And asking the user if they want to do something does not count as "getting more information from the user", e.g.: