Hello,
I need to do two things :
1: Have a TextInput Field only accept a certain length of Strings? (It should not let the player type anything more than - say - 10 characters)
2: Reset the TextInput Field with code & Restore the original Default grey text? (I restore the text by setting the ".text" of the Component... but its not grey)
How should I do this?
Thanks.