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
Hello RosarioPulella, thank you for opening an issue with us!
I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌
Rosuavio
changed the title
Binding fails for TextBox with a Mask bound to the Text of another TextBox using Binding.
Binding fails for TextBox with a Mask bound to the Text of another TextBox using Binding.
Oct 1, 2020
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
When a
TextBox
with aMask
is bound to theText
from anotherTextBox
usingBinding
It does not load showing the target value.Steps to Reproduce
Steps to reproduce the behavior:
Binding
to bind theText
from aTextBox
with aTextBoxMask.Mask
to aTextBox
'sText
.Text
on the binding target did not update from source.Expected behavior
The
TextBox
with theMask
loads with theText
from the source if it fits the mask.Screenshots
Environment
Additional context
Sample Code. Derived from #3335 (comment)
The text was updated successfully, but these errors were encountered: