dobtco / dvl-core

Base styles for the DOBT View Layer.
https://design.dobt.co/
1 stars 1 forks source link

Easier cycling through dropdown_select options #285

Open ajb opened 8 years ago

ajb commented 8 years ago

cf https://github.com/dobtco/screendoor-v2/issues/3660#issue-155385956

When using keyboard shortcuts on the Responses page, it's easy to go from the last label / assignee to the first:

label_drop

But it's more cumbersome for statuses, which use a native select:

status_drop

(After making this GIF, I learned you can use Cmd + Up / Down for native selects, but that isn't really discoverable. Besides, the behavior on this page should be consistent.)

ajb commented 8 years ago

I think this is ready, although we need to ensure that we're not breaking expected accessibility behavior.