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

Fix issue where two required stars are added for nested required field #746

Open ndbroadbent opened 4 years ago

ndbroadbent commented 4 years ago

This was happening for required fields inside an object. Changing the find to children prevents jQuery from searching recursively and adding too many stars.

Before

Screen Shot 2020-04-13 at 11 40 39 PM

After

Screen Shot 2020-04-13 at 11 39 55 PM

(Screenshots are a bit different in my fork.)