Input mask cursor position

1
Hi, I have input mask for phone number i.e., (999) 999-9999. When i press tab , sometimes complete field is getting selected else cursor is positioning before ( and i can't type in the field. How to control the cursor position in the input mask field. any suggestions ?
asked
2 answers
2

Unfortunately that is an issue with the input mask in Mendix. If the first character of the mask is not variable it behaves kind of strange.

In your case your first character is a ( this is giving you this problem. If you would remove the ( it behaves much better.

Please enter a ticket for this if you think this should behave different.

answered
0

Hi,

is there a solution here in the meantime? I currently have the same problem. The first three characters of my string are static.

I want that the cursor always start at position 4, no matter where I click into the textbox.

 

Thank you!

answered