Hi,
We have made a group with a few input fields (4 decimal), the data in these input fields are calculated (All the calculations are working as expected) but the user is allowed to put in his own value.
We are currently facing the following issue: because Bubble executes the calculation only upon leaving an input and not in real-time (oninput or keydown), it happens that when we proceed to the next field using the tab key, it retains the old value.
For example, when the screen loads, we have the following values:
input purchase = 100 + input surcharge 20 = input result 120
When we change the input surcharge to 40 and tab through, input result doesn’t display 140, but instead retains 120 (I believe because Bubble now sees this as a manually entered value).
Does anyone have a solution for this? We tried this plugin but unfortunately, it does not yield a result when the input is a decimal; otherwise, this plugin does exactly what we need.