Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
735
Mask issue
posted

What's the difference between below mask? The first mask can input "<" and ">", even the mask doesn't include them. The second mask works correctly, i just change the order of the  first mask.

// Can input  "<" and ">"

<igEditors:XamMaskedInput Mask="{}{char:44:0-9a-zA-Z&apos;&quot;/()!?:-,.@ }"/>  

//Can't input "<" and ">"
<igEditors:XamMaskedInput Grid.Row="1" Mask="{}{char:44:0-9a-zA-Z&apos;&quot;?:@-,./()! }"/>