Default Value ("Value" Property) Prevents Variable from Updating with User Input
Summary of Issue and Suggested Improvement
In Visual Builder Studio (VBS), when the Value property is used to assign a default value to an input field, the bound variable does not update when the user enters a new value, even though the UI visually reflects the change.
This creates a disconnect between:
- The value displayed to the userand
- The value stored in the bound variable
As a result, any logic, conditions, validations, or business rules relying on that variable use the incorrect value.
Suggested improvement: The Value property should act only as an initial default value. Once the user enters a value, the
Tagged:
1