Hello guys,
I've been creating some custom declarative components using the tutorials provided by oracle.
One of the components i use, is a custom dropdown , wich I need to have multiple of this components on the same page.
This component has some methods attached on it's attributes, that are called on the render.
The component also have a action event which needs to refresh the component.
The issue i have , is that for every click (and refresh on THAT action source), all the other custom components are getting refreshed too,
and i can't really figure out why.
This is causing me a huge performance issue, and i have no clue what is causing this.
Can someone help me with a solution, or have an idea on what i can try to at least figure out whats causing the refreshes on the other custom components?
Best regards,
Luís Cabaço