Tooltip values are not updating after an on change event action performed

0
Hi, I am using the Hint Tooltip widget, where I have used microflow to show values in tooltip. In that tooltip am showing calculations. Initially, it shows calculation with numbers in the tooltip and after an, on change event action the values are not updating in the tooltip. for example: before changing value  : tooltip “123.5” After changing value : tooltip should show “500”  but it still showing “123.5” let me know if anybody got some workaround to achieve this.   Thanks & regards,  Vignesh Rajan M
asked
1 answers
0

I would suggest looking into the following; Does your on change event trigger a refresh of the context entity for the tooltip? If not, make sure it refreshes the correct entity.

answered