5
$("#responsible").tokenInput(
[
{id: 7, name: "[email protected]"},
{id: 11, name: "[email protected]"},
{id: 13, name: "[email protected]"},
{id: 17, name: "[email protected]"},
{id: 19, name: "[email protected]"},
{id: 23, name: "[email protected]"},
{id: 29, name: "[email protected]"},
{id: 31, name: "[email protected]"}
],{
prePopulate: respArray,
hintText: "Enter mailid",
allowCustomEntry: true,
theme : "facebook",
noResultsText: "O noes",
searchingText: "Searching...",
minChars: 1,
tokenLimit: 1,
tokenValue: "name",
preventDuplicates: true
}
);
- トークン入力は、カスタム項目のために働いていないプラグインのjQueryのトークンの入力で動作していません。カーソルが入力から出てすぐに、テキストは入力から消えます。どうすればこの問題を解決できますか? @Cindrellaと
https://github.com/loopj/jquery-tokeninput 1.6.1 versio try allowFreeTagging:trueオプションです。 – Cindrella