Open unluckychild opened 1 year ago
I clone these divs via javascript, but they need to have unique label for/id to work. Is there a way to remove ids and still work? I dont want to give cloned ones ids numbers via javascript
`
<label for="countable[]">Countable</label> </div>`
if unique id is the issue then we can generate by using uuid package .
I clone these divs via javascript, but they need to have unique label for/id to work. Is there a way to remove ids and still work? I dont want to give cloned ones ids numbers via javascript
`
if unique id is the issue then we can generate by using uuid package .