caneara/iodine

Dunamic Input name with index vallidation

Closed this issue · 1 comments

Thanks for awesome solution for validation.

I have a dynamic input call expertise. and its cloned multiple time and the input name something like this:

<input name="user[0][expertise]"/> <input name="user[1][expertise]"/> <input name="user[2][expertise]"/>

How to validate above mentioned inputs using Iodine?

Thanks in advance

Hello.

You'd need to use javascript to create a method that would dynamically construct the Iodine validation process based on what inputs exist.