ID:1358600
 
(See the best response by Neimo.)
I have made some inputs on my skin, and I gather their text when you click a button, but I don't want the players to lose all their information when they accidentally press enter while typing. That's not a problem when I have a multi-line input, but the rest of inputs give me this problem, in the past I used a command which gathered the input's text through winget() so it'd be set again, but I wondered if there was a better way to do this, because this would slow me down (I'm using many inputs).

Do you have any idea of how to do this? I just want to make sure an input's text doesn't get resetted when a player presses enter.
Best response
In the skin editor edit those particular inputs and check "Don't use this control for commands."
In response to Neimo
Neimo wrote:
In the skin editor edit those particular inputs and check "Don't use this control for commands."

Thank you a lot! I didn't notice there was an option for that ^^