Should a dropdown list be automatically closed when you leave current object and navigate to another, or should it remain opened until you open next dropdown list?
- Dropdown closed when mouse leaves
- Dropdown remains opened
Answer
For consistency, the behavior should be based on the calling action; click or hover.
If you are opening the dropdown on click, let the user toggle and close it, or close the previous dropdown when user clicks on another thumbnail.
If you are opening the dropdown on mouse-over, close it on mouse-out.
No comments:
Post a Comment