I have text boxes with default values, I am not able to enter values into them when i am trying to enter, I have to first delete the existing value using delete key then only i can enter.
I want to enter values and on tab change it should change for the other box as well, currently it is changing focus but I cannot enter values into them.
<input type="text" name="namebox" id="{concat('textboxvalue', position())}" value="{@proj}" style="font-size:10px;padding:0px;height:15px;width:90px;text-align:right;"/>
@proj
: values coming from database
Thanks, Ani