Completed
Last Updated: 09 Mar 2023 15:49 by ADMIN
Release R1 2021 SP1
Native Android Editor widget throws an exception when long tap is performed
Completed
Last Updated: 24 Feb 2021 13:06 by ADMIN
Release R1 2021 SP1

The control has problems when selecting, overtyping and inserting content.

Type something:

Select all text:

Type "1":

I'd expect the entire existing content to be deleted and new value to be "1".

Same goes for inserting a character:

 

Attempt to insert "4" between "3" and "5":

"5" is overtyped. Inserting doesn't work.

Completed
Last Updated: 22 Oct 2020 15:29 by ADMIN
Release R3 2020 SP1

sample MaskedInput definition:

_Telephone = new RadMaskedInput
            { 
                Mask = "[(][0-9]{3}[)] [0-9]{3}-[0-9]{4}",
                MaskType = MaskType.Regex,
                WatermarkText = "Phone # (999) 999-9999",
                RejectedSymbolErrorText = "Only Numbers Allowed!",
                InvalidInputErrorText = "Invalid Input",
                WatermarkTextColor = Color.Black,
                ErrorColor = Color.Red,
                DisplayedTextColor = Color.Black,
            };

            _Telephone.InputValue = "2223334444";
            Grid.Children.Add(_Telephone, 0, 0);

and the result:

 

 

Completed
Last Updated: 16 Sep 2020 12:08 by ADMIN
Release R3 2020
Created by: Seth
Comments: 0
Category: MaskedInput
Type: Bug Report
0
focused and unfocused events are not raised. 
Completed
Last Updated: 24 Jun 2020 12:06 by ADMIN
Release R2 2020 SP
Completed
Last Updated: 24 Jun 2020 12:06 by ADMIN
Release R2 2020 SP
Created by: Tom
Comments: 0
Category: MaskedInput
Type: Bug Report
0
The Xamarin.Forms MaskedInput control running on Android with the SwiftKey keyboard app installed does not allow for correct text entry and causes the app to Crash. Using the default keyboard the control works correctly. 
Completed
Last Updated: 24 Jun 2020 12:04 by ADMIN
Release R2 2020 SP
The component throws exception when it is setup to use text mask type. Exception is not observed when regex mask type is used.
Completed
Last Updated: 23 Oct 2019 12:22 by ADMIN
Release R2 2019 SP
Available in R2 2018 SP release.
Completed
Last Updated: 04 Oct 2019 14:44 by ADMIN
Release 2019.3.1004 (R3 2019 minor release)
Created by: JorgeCea
Comments: 0
Category: MaskedInput
Type: Bug Report
0
Setting DisplayedTextFontSize property of the MaskedInput control takes no effect.
Completed
Last Updated: 18 Oct 2018 11:52 by ADMIN
An exception is thrown in iOS when attempting to paste something that will result in the text being longer than the mask.

Available in the R3 2018 SP release.