Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datepicker doesn't reinitializing #11

Open
aidarkhan opened this issue Mar 17, 2022 · 1 comment
Open

Datepicker doesn't reinitializing #11

aidarkhan opened this issue Mar 17, 2022 · 1 comment
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@aidarkhan
Copy link

Datepicker not reinitializing after cloning last element

Solution:

function: gfRepeater_repeatRepeater

After inserting the cloned element need to remove class "initialized" for input with class "datepicker"

lastElement.find('.datepicker').removeClass('initialized');

@wolffe
Copy link
Owner

wolffe commented Mar 22, 2022

Can you do a pull request? Or let me know where you added this line?

@wolffe wolffe self-assigned this Mar 22, 2022
@wolffe wolffe added bug Something isn't working good first issue Good for newcomers labels Mar 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants