Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have a straight table with one column declared as Input field. Its working good as I tested. When I enter decimal numbers it takes them as %. For example, if I give 0.35 then it takes 35%, if I give 0.6 then it takes 60%. So far so good.
For some users, the InputField column acting weird, its not taking decimals, its taking integers and doing the %. Lets take same examples, if user gives 0.35 it considers 0% rather than 35% and If user enters 35 then its taking 35%. Similarly if user enter 0.6 then it considers as 1% and user enter 60 then its considering 60%.
Not sure why this is happening. Are these browser dependent? Browser settings play a role here or machine settings play a role here?
No other browser installed in user machine. so I cannot test this scenario. I tested in my machine with Chrome and its working as expected. Taking decimals and converting them to %.
Why not installing a different browser maybe with the help of your IT (and deinstall it afterwards again or using the windows restore feature)? Did a user with this issue login on your machine and tried it there?
- Marcus