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.
There appears to be a bug with custom layout template (using the bootstrap as the parent), that uses more than 12 rows with a column for each row. I understand that bootstrap grid system and the 12 col max, but this issue is specific to alpaca incorrectly trying to stop you from having more than 12 cols by just not rendering those fields to the real DOM.
This 12+ rows with a single column is a simple example of this issue; my actual layouts are advanced enough to require the use of custom layout templates.
I am using the new bootstrap 4 grid, but this issue applies the v3 grid too. This html will render properly by itself, but alpaca won't render any section past the 12th row.
There appears to be a bug with custom layout template (using the bootstrap as the parent), that uses more than 12 rows with a column for each row. I understand that bootstrap grid system and the 12 col max, but this issue is specific to alpaca incorrectly trying to stop you from having more than 12 cols by just not rendering those fields to the real DOM.
This 12+ rows with a single column is a simple example of this issue; my actual layouts are advanced enough to require the use of custom layout templates.
I am using the new bootstrap 4 grid, but this issue applies the v3 grid too. This html will render properly by itself, but alpaca won't render any section past the 12th row.