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
[Control bug]Paste behavior in XamMaskedInput
posted

HI

The bug is when the IsReadonly is true,the user still can paste string to xamMaskedinput by Ctrl+V even the paste context menu is disable.

 I'm using IG 15.1 to found this issue.

 That's sad. How can i disable paste command for XamMaskedInput and how long this bug can be solved?

e.g:

Codes :

        <igDP:XamMaskedInput Text="sdsad" IsReadOnly="True"/>

Snapshot:

Parents
  • 22015
    Verified Answer
    posted

    Hello Brandon,

     

    Thank you for your post!

     

    I have been looking into your issue and have logged this behavior with our developers in our tracking system, with an issue ID of 204080.  I have also created a support ticket on your behalf with number CAS-159462-W6G7D5 in order to link the development issue to it so that you are automatically updated when a Service Release containing your fix is available for download.

     

    In order for the user not to be able to paste text in the editor currently you can use the IsEnabled property of the XamMaskedInput.

Reply Children