I’m having an issue with inputs. When the user types in a value, the input resets to the initial content or placeholder. I cannot get it to hold the value that I enter.
Further clarification:
Input FlipValue has placeholder ‘Amount’ and no initial content. When I type a number into this input, it resets to ‘Amount’. The same happens with the input below it.
From Bubble manual: Note: As mentioned, Groups can have data assigned to them (e.g. ‘this group should show data about user X’). When the data assigned to a group changes, the group will reset all the input fields within itself.
This is useful when the input fields are supposed to change depending on the group’s data. But, it can also cause confusion, for example, when a group’s data depends on an input that’s inside that group!