https://github.com/ap/tiny-tag-input
https://github.com/ap/tiny-tag-input
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ap/tiny-tag-input
- Owner: ap
- Created: 2024-02-27T11:27:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T13:14:37.000Z (over 2 years ago)
- Last Synced: 2025-04-12T20:18:02.892Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 ``
* Already-entered tags are filtered out from completions
* Multiple tag inputs can share a datalist
* Size:
* Source: ~4 kB
* Minified and gzipped: < 1 kB