-
Notifications
You must be signed in to change notification settings - Fork 367
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
ObjectField.setValue fails to update array value #356
Comments
+1 |
I just ran into this issue. It creates the new fields but doesn't set the value on text fields. However, it does set the value correctly on dates. |
@arikw Yes, I think it's to do with the call to |
Items are not getting their values set after they are added. gitana#356
I'm trying to set some data for an object in 'postRender'. When the type is an array of objects, the values of the object do not get set.
The reason I'm doing this is that I want to set the default data on a form conditional on the value of another form. Is there some other way to do this?
jsfiddle
Code:
The text was updated successfully, but these errors were encountered: