I currently have a drop-down where a filter is selected to be applied to a table. We would like that filter to have a few options on how it should be applied, so we have created a button next to the dropdown.
The design looks like this:
------------------ -----------
| Filter v | | Options |
------------------ -----------
However, we are limited on space and don't want to put much text in the button. Thus, we are debating between two implementations.
------------------ ------
| Filter v | | >> |
------------------ ------
------------------ -------
| Filter v | | ... |
------------------ -------
I believe that using the ellipsis (...
) has a precedent in applications, but cannot find an example.
Is there a standard which should be applied here?