Skip to content

TextBoxMask Binding #737

@ZingPow

Description

@ZingPow

How does the binding work with the TextBoxMask? If I create the following XAML

<TextBox controls1:TextBoxMask.Mask="99" InputScope="Number" Text="{Binding PrizeExpiryTime, Mode=TwoWay}" Margin="2,0,0,0" />

It seems that it doesn't pick up the binding from the value in the ViewModel, but if I enter a value in the textbox then it gets passed through which is great, but if I leave and go back to that page the field is blank again, so I'm just wondering how the binding is supposed to work.

Metadata

Metadata

Assignees

Labels

bug 🐛An unexpected issue that highlights incorrect behaviorcontrols 🎛️

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions