guillotinaweb / ngx-schema-form

HTML form generation based on JSON Schema
MIT License
485 stars 173 forks source link

Label on checkbox not working inside arrays #407

Closed daniele-pecora closed 3 years ago

daniele-pecora commented 3 years ago

When a checkbox is nested inside an array item the it may happen that the labels for attribute value is not calculated correctly. This will cause clicking on the labels not checking or unchecking the corresponding checkbox but always the one of the first array item.

Wrong ID

ID-Wrong

Right ID

ID-Right