DubFriend / jquery.repeater

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

Clone Function #103

Open mbilgidhis opened 5 years ago

mbilgidhis commented 5 years ago

Is it possible to add clone functionality? So whenever user has already fill the form, the filled form will be cloned.

bramburn commented 5 years ago

hmm i think the clone function could easily be done by creating a custom event. Like focusout() on the last field to create a new set?