Is there anyway to control the cursor position on text field with an input mask of "999999"?
We have a text field for a 6 digits numeric id. We try to use an input mask of "999999" in the form to ensure only numbers are entered. However upon entering into the field, the cursor is positioned to the right (i.e. on the 6th position). Is there anyway to make it so that the cursor in positioned to the left (i.e. on the 1st position)?