wbraganca / yii2-dynamicform

It is widget to yii2 framework to clone form elements in a nested manner, maintaining accessibility.
Other
436 stars 439 forks source link

Inconsistency in dom ids #320

Open Sparrowan opened 3 years ago

Sparrowan commented 3 years ago

This is an awesome tool. The UI is amazing but then there is a major issue with the ids generated for the respective divs and other elements. The numeric values seem to change unpredictably and in some cases it has hyphens in between the names when in other cases it does not have so then it becomes impossible for someone to access the elements using JavaScript. Kindly look at it as it would be easier if the numbers are automatically and increment based on the number of forms created.