Handling false callback triggers with multiple dynamic elements

Hey @mingw64,

You are creating content dynamically, right? Everytime you add a new component via callback, the corresponding callbacks to the added components are triggered. This applies for example, if you are using pattern matching callbacks.

1 Like