gitana/alpaca

tokenfield initial data

Orbifold opened this issue · 1 comments

The setValue of the tokenfield should be altered to work with an initial value.
Currently it doesn't work (the demo's in particular).
Something like this:
setValue: function (val) { $(this.control).tokenfield('createToken', val); }
Corresponding to the tokenfield docs.

Second to this, having the same problem here as well. Neither data nor default fields work for initial data either as shown in above demos.