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

textarea data not being set properly #765

Open rcloss opened 3 years ago

rcloss commented 3 years ago

I'm setting a data property the same way in a textarea field as with the text field, the text field is setting data-custom-width properly, but the textarea just has "data-" any fixes for this issue?