mytaia / materialize-tags

A jQuery tags input plugin based on Materialize 对一些输入使用特定符号隔开的文本很有用

Home Page:http://henrychavez.github.io/materialize-tags/examples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Materialize Tags

Build Status Dependency Status

Materialize Tags is a jQuery plugin providing a Material Design user interface for managing tags.

Building

  • npm install
  • npm install -g gulp-cli
  • gulp build

Features

Objects as tags

Not just support strings! This means you can use different values for a tag's label and value. Each tag also holds a reference to the object by which it was created, so by calling $(element).materialtags('items') an array of the original items is returned.

Typehead support

Integrates with [Typeaheadjs] (https://twitter.github.io/typeahead.js/) for more flexibility

Contributors

About

A jQuery tags input plugin based on Materialize 对一些输入使用特定符号隔开的文本很有用

http://henrychavez.github.io/materialize-tags/examples/

License:MIT License


Languages

Language:JavaScript 89.1%Language:CSS 10.9%