Reply To: Centering textInput without centering text cursor

PennController for IBEX Forums Support Centering textInput without centering text cursor Reply To: Centering textInput without centering text cursor

#4982
Jeremy
Keymaster

Hello,

Ah, right, I noticed this problem before. I doubt anyone would even want to center the cursor, so I should probably change the effect of the center command on TextInput elements. In the meantime, you can do this:

newTextInput().cssContainer("text-align","center").print()

Jeremy