Hi Team,
We are using numeric text box in our application and facing issue in below scenario.
Step 1 : user entered the value 1.85 in the numeric text box.
Step 2 : Focus out the numeric text box
Step 3: Now Focus the numeric text box and press Ctrl + A to select the all the value and Now enter “.85” using keyboard then the expected result is “.850” should be entered in the numeric text box. But it is taking the input as “85.00”
Please refer the below image for reference.