Closed tobiu closed 1 month ago
listeners: {change: 'onChange', scope: 'this'} => could walk up the component tree and find the closest implementation.
listeners: {change: 'onChange', scope: 'this'}
an alternative could be to parse items for a container to detect string based event scopes. might be more expensive though.
This issue is stale because it has been open for 90 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
listeners: {change: 'onChange', scope: 'this'}
=> could walk up the component tree and find the closest implementation.an alternative could be to parse items for a container to detect string based event scopes. might be more expensive though.