Numeric items on a form

Just a very basic question:

I have a few elements on a form which are numeric, and therefore I would like to align them to the right.

I tried:

{type:‘input’, name:‘TotalCost’, position:‘absolute’, inputTop:997, inputLeft: 300, inputWidth: 120, maxLength:15, style:‘text-align:right;’}

the style directive works, but when you go into the box you loose the cursor (Vertical bar) which visually tells you that you’re editing it!!!

Any help pls???

Can’t reproduce the issue.
Please, provide us a complete demo.

Here’s a sample…
But in fact the “dissapearing carat” only happens completely with IE (which unfortunately a lot still use). With fireFox and Chrome it’s perfectly acceptable…

body { margin:0px; width:100%; height:100%; overflow:hidden; background-color:white; }

Here is a guide how to create complete demo:
docs.dhtmlx.com/doku.php?id=othe … leted_demo
To reproduce the issue we need all files you use.