Unplanned
Last Updated: 03 Sep 2024 10:25 by Erik Damgaard
On Samsung devices the numeric keyboard has the dot and minus sign on same button. When using the numeric masked entry I cannot enter "-" and "." signs.
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: 27 Nov 2023 09:15 by Nico
Created by: Nico
Comments: 4
Category: MaskedEntry
Type: Feature Request
4
For desktop users, it would be great if the Entry field of the Date/DateTime/Time Picker (which is currently readonly) had a MaskedInput mode so they can enter the date directly with the keyboard
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.