-
-
Notifications
You must be signed in to change notification settings - Fork 245
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
div in NestField leads to an infinite loop #62
Comments
The browser also freezes if there is an HiddenField in NestField |
That's a really interesting bug. I'll try to investigate it. |
What browser are you using? I've tried, but my browser has never frozen, but |
Chrome on a mac |
Which version? |
51 |
That's even more interesting - I'm on 53 and it's a completely different error. Okay, I'll try to fix it. |
Okay, I've got rid of this (at least in latest chrome). Please, check if it works for you. |
Perfect! Works 👍 |
I have following form:
This code leads to an infinite loop and the browser freezes. If I replace
with
the browser doesn't freeze.
The text was updated successfully, but these errors were encountered: