Dynamically Creation Components
Lightning
Lightning component
salesforce
Dynamically Creation Components
attribute
solution
how to pass and get
Environment Lightning component Prerequisites For example as this case, I'll use code shown at last entry. At the code as below, we cannot get contacts which modified at child component. gist.github.com Solution It's simple. The code is sh…
Lightning
Lightning component
bug
solution
aura:iteration
aura:iteration's bug
Dynamically Creation Components
Environment Lightning component Prerequisites aura:iteration has a bug as child components in aura:iteration is not re-rendered when parent attribute changed. The example is shown as below. gist.github.com When a parent object (Contact) ex…