cancel
Showing results for 
Search instead for 
Did you mean: 

InputField highlight text in IE11

kroly_horvth
Participant
0 Kudos

Hi,

I have a table and inside it there is an InputField for entering meter reading. In Chrome when I click inside the field, the '0' is highlighted and as I start typing a number the 0 is overwritten. The same behavior if I enter into the field with TAB key. The '0' is there, because the type of the context node behind the InputField is NUMC.

In IE11 when I click on the field it's not overwritten, the '0' is not highlighted, and as I am typing a number the '0' is appended to the end of the value. So if I enter 25, it will be 250.

Is this a standard bug? Can it be circumvented?

Thanks!

Accepted Solutions (0)

Answers (1)

Answers (1)

kroly_horvth
Participant
0 Kudos

One solution is to change the type behind the field to a CHAR, so the '0' is not displayed by default if the value is empty.

It would be much better to somehow highlight the text when I first click inside the field, as it happens with Chrome.