gitana / alpaca

Alpaca provides the easiest way to generate interactive HTML5 forms for web and mobile applications. It uses JSON Schema and simple Handlebars templates to generate great looking, dynamic user interfaces on top of Twitter Bootstrap, jQuery UI, jQuery Mobile and HTML5.
http://www.alpacajs.org
Other
1.29k stars 371 forks source link

Making initial values for token field be applied at start #580

Open ambischof opened 6 years ago

ambischof commented 6 years ago

TokenFields don't show the initial tokens from the data. In order to get initial data to show, you must also put it as options.tokenField.tokens.

This pull request fixes this bug.