Unplanned
Last Updated: 21 May 2024 12:30 by Stefanie
Typing into the input field sometimes does not update the MaskedEntry's Value immediately - the last character is always missing.
Unplanned
Last Updated: 17 May 2024 05:23 by Stefanie
If you use the Autofill from Contacts feature on iOS to set the MaskedEntry Value, any Value update inside the ValueChanging event is not respected in that case.
Unplanned
Last Updated: 14 Apr 2023 09:00 by Bojan
In some cases, the masked entry does not manage to accept the last digit when typing in, or directly setting the Value property. One example is this string: "169.254.1.  1". Note that there are two spaces right before the last digit. As a result of this, the mask displays "169.254._1_.___", which contains an incorrect value as it is missing the last byte.
Unplanned
Last Updated: 23 Jan 2023 14:37 by Yohancef
Created by: Yohancef
Comments: 0
Category: MaskedEntry
Type: Feature Request
1
Expose CursorPosition property in MaskedEntry control.