You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: setValue updates signal value (#23227)
Changes bindValue(Signal) to not throw BindingActiveException when trying to call setValue while value is bound to signal. setValue updates the signal value making the two-way binding more consistent. Earlier signal was updated only for a value change coming from the client, or from the component's internal setModelValue API.
Related to #23038