DubFriend / jquery.repeater

Create a repeatable group of input elements
MIT License
388 stars 191 forks source link

deactivate first line deletion #142

Closed ammimounir closed 3 years ago

ammimounir commented 3 years ago

How can I disable the possibility to delete the first set of form inputs (row) ? the first row should always be there.

SlavaSt295 commented 3 years ago

How can I disable the possibility to delete the first set of form inputs (row) ? the first row should always be there.

isFirstItemUndeletable: true

ammimounir commented 3 years ago

How can I disable the possibility to delete the first set of form inputs (row) ? the first row should always be there.

isFirstItemUndeletable: true

thanks man !