In my application I am using both doubleeditbox and int32editbox. The current default behavior of these editors is that if the user clicks on the number or right at the very end of the number the editors are placed in edit mode. But if the user instead clicks on the white part of the editor (to the right of the number), the whole number gets selected. This behavior can be seen in the sample application as well.
I need to change the behavior so that if the user clicks on the white right part of the editor the text is not selected but the editor is placed in edit mode with the caret positioned at the end of the text. I have tried several things none of which worked. Can you prodide a style or a template to achieve this effect?
Thanks