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

Data Options for all Fields? #744

Open obenausd opened 4 years ago

obenausd commented 4 years ago

The data option (Allows you to specify a key/value map ...) is available for some fields. It is possible to have this attribute for all fields. It can be useful to put some custom options here.

At the moment my use case is to show tooltips with jQuery UI Tooltip. If you have a longer helper text for each items of your formular you will overload the HTML page. A tooltip can be the better solution.