[Bug] dynamic component extension

In my design that uses quite a lot of card_view components how to not get the click confused with other data than the dynamic element extension with normal click.

my block


ui/ux

It is not a bug of the extension you are doing wrong at replace blocks

2 Likes

You must add the if then block while seting the clicking event of card view
The error is causing because the get id block is returning nothing as you can see in the error so it is not able to replace it

4 Likes

Can you give me an example?

You must add the if then condition before puting the replace blocls and check is the component is dynamic

blocks (1)

blocks (1)

First Use One Of These if Condition In Any CardView Click Event.
Then Proceed Anything Under It.

2 Likes

I will try

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.