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

Getting values fields from created dynamically from $('form').form('get values') was missed? #5986

Open
royhg opened this issue Nov 30, 2017 · 5 comments

Comments

@royhg
Copy link

royhg commented Nov 30, 2017

Hi Semantic UI Users,
Is there any of you have situation like me before?

When the form has been ready..
I inserted row of fields..
$(this).closest(".parent").after(html);

Then before submit I check the all form fields values with $("form").form("get values");
But I just get all fields value before inserted dynamically..

How can I get correctly or is there any another way to get all fields values after inserted/created dynamically?

regards,
Roy

@stale
Copy link

stale bot commented Feb 28, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 28, 2018
@newttobject
Copy link

I have already experienced this issue, and I think the issue should not be closed.It will cause a serise problems.

@stale stale bot removed the stale label Mar 9, 2018
@maalej
Copy link

maalej commented Mar 16, 2018

hi, this issues shouldn't be stale it's very important.

@maalej
Copy link

maalej commented Mar 18, 2018

@royhg @newttobject a fix around is just to init once again your form after adding your dynamic fields:

$('#my-form').form();

@lubber-de

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants