NO BUG: Dynamic field in map element disappearing

I want to add two dynamic data ACPT fields in the map element, but as soon as I have entered the first, it kind of disappears when I click anywhere.

Video at Bricks-field-disappearing (it’s the first time I’m using screenpal.com, so I am not sure how long it’ll be online).

I got it working by entering the field codes manually.

Bricks Version: 1.11.1.1
Brave Version 1.74.48
Windows 11 Enterprise

Hey @GeertB,

can you try by disabling AdvancedThemer or any other plugins you may have, and check if this is still happening?

Please let me know.
Matej

Disabling AT indeed does the trick!

Perfect, then I suggest you write to AT support and they should be able to solve the issue or tell you if there is a particular option that is causing this.

I’ll mark this topic as no-bug for now.

Thanks,
Matej

Hey @Matej

I’m aware of this bug. Though it’s a strange one. It happens with the Dynamic Data helper of AT. It only happens with that specific field as far as I know.

So my I guess is there is some script running from Bricks that targets that specific field. And I can’t really wrap my head around how to prevent Bricks from deleting the value inserted by my script. Because the value is inserted correctly - Bricks is responsible of deleting it :stuck_out_tongue:

I understand this is borderline to ask, but I’d suggest double-checking the code from Bricks and share why it could potentially conflict with third-party functions so I can implement a solution.

Cheers,
Maxime

This bug was driving me crazy. You can still use the Dynamic Data helper, just copy and paste the value instead of clicking on it.

Cheers.

@maximebeguin

Just read this thread.

Can try the same on the Query Loop, “No result text” field as well.

Try dispatching a keyup / onblur event after inserting the value in that field from your script to see if it helps.