tritum / repeatable_form_elements

A custom form element called "Repeatable" for the awesome #TYPO3 form framework.
GNU General Public License v2.0
13 stars 18 forks source link

Datepicker not working in a nested container #1

Closed arunspt closed 6 years ago

arunspt commented 6 years ago

Hi,

I've included a datepicker field in my form and it is working fine in the first section. When I click on the "copy" button, the form fields are repeating, but the datepicker field is not working.

Any solution?

Thank you.

olforestman commented 6 years ago

Do you use the shipped date picker form element which is based on jQuery UI? If yes, I think we have to reinitialize the JavaScript of the date picker again. Are you able to fix this/ create a patch for it?

arunspt commented 6 years ago

Thanks for the quick feedback. Unfortunately, I don't have enough time to look at this issue now. Is it possible for you to provide a fix for this? Thank you.

waldhacker1 commented 6 years ago

Feel free to test the current master version.

arunspt commented 6 years ago

Hi,

Thank for the quick fix. Seems to be it is working well.

olforestman commented 6 years ago

Awesome dude! Thanks for testing.