Skip to content

Fix for #121 to redraw with proper defaults #647

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

Merged

Conversation

stanimoto
Copy link

The problem was that initialForm was used to generate a form on redraw
event, but when it was an object type, it was modified in-place by
rendering function. So, when the next redraw event happened, initialForm
already had the properties defined, and it prevented the default values
from being populated into them.

The problem was that initialForm was used to generate a form on redraw
event, but when it was an object type, it was modified in-place by
rendering function. So, when the next redraw event happened, initialForm
already had the properties defined, and it prevented the default values
from being populated into them.
Anthropic added a commit that referenced this pull request Mar 9, 2016
Fix for #121 to redraw with proper defaults
@Anthropic Anthropic merged commit b3d66f5 into json-schema-form:development Mar 9, 2016
@Anthropic
Copy link
Member

Satoshi san this is now in release 0.8.13 which is now in bower and the npm release will follow by tomorrow, thanks again!

Anthropic added a commit that referenced this pull request May 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants