Tag removal order:
Tags can be removed in several ways:
kbqTagRemove directive) inside the tag.Delete or Backspace key.The removal option is configured using the removable attribute (enabled by default).
Tags can be selected in several ways:
Ctrl.Ctrl+A key combination.Space when the tag is focused.The selection option is configured using the selectable attribute (enabled by default).
To enable editing mode, you need to set the editable property for kbq-tag-list or individual kbq-tag.
Entering the mode:
Enter or F2 key (when focused on the tag).Saving changes:
Enter key.kbqTagEditSubmit directive).Canceling changes:
Escape key.To enable tag reordering, you need to set the draggable property for kbq-tag-list.
Key |
Action |
|---|---|
| ← / → | Move focus to previous/next tag. |
| Space | Select/deselect tag. |
| Delete / Backspace | Remove tag. |
| F2 / Enter | Start editing. |
| Ctrl + A | Select all tags. |
| Home / End | Move focus to first/last tag. |
Key |
Action |
|---|---|
| Enter | Save changes. |
| Esc | Cancel changes. |