Brian Raymes
Results
11
comments of
Brian Raymes
I've narrowed down the issue to `ContainerDataBinding.as :: processBindingData()`. It appears to be related to bindings that have more than one `.`, e.g., `a.b` vs `a.b.c...n` Works: `"{model.property}"` Fails: `"{model.someObject.property}"`...