With Bootstrap 4 I have a button with a tooltip set up like that dmx-bs-tooltip="'test'" inside a repeat div.
When hovering the button the tooltip doesn’t show. I’ve tested a tooltip outside the repeat section and it worked.
It seems to be related to the way repeat div create children without enabling bootstrap tooltip (found topics on the same issue with angular ng-repeat).
I’m not able to reproduce the problem. Tested it with same kind of object and the keys formatter, tooltips show correctly for me. Do you get any errors in the console of the browser when you open de devtools?
The issue happen when I use a formatter, custom or from Wappler.
If I use in my repeater var_test.value it work but if I use keys() on an object or a custom formatter that return a static array (return [1, 2, 3]) the tooltip are not working.
So far the only thing that is not working is tooltip if I display $value inside the repeater in each scenario the result is correct.