This may be a simple question, but I cannot find the solution anywhere so far......
I have textfields on my form like so: <input type="text" t:id="somevar" t:type="TextField" t:value="somevar" size="20" /> or: <input t:id="somevar" t:type="TextField" t:value="somevar" size="20" /> The problem is, when typing in it, the first character of the text is always uppercase. Shift key pressed or no shift key. How can I fix this? Thanks.