ap / tiny-tag-input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tiny Tag Input

Features:

  • Tagging:
    • Create tags by pressing Enter or ,
    • Move focus to and between tags with Tab Shift-Tab or by pressing Backspace in empty input field
    • Focus skips tags when keyboard-navigating the form otherwise
    • Delete focused tag by pressing Enter or Backspace
  • Autocompletion:
    • Standard autocompletion from a <datalist>
    • Already-entered tags are filtered out from completions
    • Multiple tag inputs can share a datalist
  • Size:
    • Source: ~4 kB
    • Minified and gzipped: < 1 kB

About


Languages

Language:JavaScript 67.1%Language:HTML 32.9%