DubFriend / jquery.repeater

Create a repeatable group of input elements
MIT License
390 stars 192 forks source link

SetList with isFirstItemUndeletable #172

Closed aalgrou closed 1 year ago

aalgrou commented 1 year ago

SetList used you remove all items, then it will add items to the list based on the number of rows passed to that function. the function did not respect to remove the first delete button if option isFirstItemUndeletable was set to true. I fixed this issue.