Hi,
I my app, I have a numeric input field with mask and max. characters. So far so good.
But when I tick that field, the cursor is positioned on the place where I ticked.
How can I set the focus to the most left position? (Setting the option to align left gives the alignment correct but doesn’t set the focus).
Similar when I click on a custom “clear” button, I want to clear that input field AND immediatelly set the focus to the most left position.
How can both questions be solved?
Wim