Skip to content

feat(Dropdown): Add guidelines for placement of destructive items

Austin Regnery requested to merge aregnery/destructive-items-in-disclosure into main

What does this MR do?

There's no guidance on where a destructive action should be placed in a disclosure dropdown.

This change adds a new guideline for the content of the dropdown. Destructive actions, such as deleting an item, should now appear last in the list of options. This change improves the user experience by making it less likely that users will accidentally select a destructive action.

Does this MR meet the acceptance criteria?

Merge request reports