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

List editor doesn't redisplay when value is reset #282

Open
bpardee opened this issue Sep 2, 2013 · 0 comments · May be fixed by #331
Open

List editor doesn't redisplay when value is reset #282

bpardee opened this issue Sep 2, 2013 · 0 comments · May be fixed by #331

Comments

@bpardee
Copy link
Contributor

bpardee commented Sep 2, 2013

When you call setValue on a List editor, it in turn calls the render method to redisplay the values. This renders the data under a new element but since it's not going thru the normal form render cycle, this element is essentially orphaned. I made a fix here for the problem but since I had intermediate commits, my first attempt at a pull request failed. I'll try again soon but under a deadline right now. Also, I'm not sure but there could be some blur/focus issues with my fix? Maybe I should also trigger a blur if hasFocus at the end of my setValue similar to the render method?

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

Successfully merging a pull request may close this issue.

1 participant