What's the easiest way to implement (something like) Gmail's interface for labeling messages? Does any javascript library have a widget like this?
Behavior:
- Click a label in the dropdown to immediately label the message.
- Check multiple labels and then "Apply" to add multiple labels (not sure I like the "Apply" requirement...)
- Type in the box to narrow down your list of labels. If you narrow it down to 1, pressing enter applies that label.
- Trigger the widget with the shortcut key "L".