Display user input values in right to left order

0
Hi, I have a requirement where when a user inputs  decimal value it should start editing from right side to left side. i.e. initially the value will be displayed as 0.00. When user enters value it should start editing from left i.e if user types 7 it should display as 0.07 instead of 7.   Is there any way in mendix to do that? Appreciate a prompt response Thanks Salma
asked
1 answers
0

Hi Salma,

To my knowledge there is no default way. Maybe the OnChange Inputbox from the appstore can achieve something like this.

Regards,

Jeroen 

answered