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

Uniq id or attribute to an item #200

Open nihaha opened 7 years ago

nihaha commented 7 years ago

Hello. Tnx for your work, really helps. I wonder is there a way to add some uniq id or attribute to the items? Right now if I try to modify 'widgetItem' => '.item' option I'm getting TypeError. I would really want to have an option to set some custom data-id or any other attribute to have a possibility to work with each item individually. Thank you.