preact-token-input. :bookmark: A text field that tokenizes input, for things like tags.

npm.im/preact-token-input

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

August 2016
  • 0.3.0
  • Update devDeps
  • Update to the latest preact
December 2015
  • 0.2.3
  • Update `rollup-plugin-postcss` to get the source maps fix
  • 0.2.2
  • Strip sourcemap from CSS (fixes webpack warnings)
  • 0.2.1
  • Fix incorrect CSS import (kinda stretching the boundaries of rollup here
  • 0.2.0
  • Fire a synthetic `input` event on any `change` event (prevents linked…
  • 0.1.3
  • Drop silly nodeName casting stuff and pass the input element as the e…
  • 0.1.2
  • Transform class properties (I'm growing tired of the whole modular ba…
  • Be nice and cast stuff to a string for preact :P
  • 0.1.1
  • Fix ES2015 export issue
  • 0.1.0
  • (Inadequate) unit tests.