Text input disappears

Hi - I’ve added a textbox for the user to enter their name and save it as a variable for later. It all works fine, but when the user hits ‘Enter’ the text they entered disappears. Is there anything I can do to keep the name in the box until they progress to the next slide?
thanks

Hi EJB,

The text box will keep its value unless there is a Clear User Input action. Could you send us a sample project which has the problem so we can check?

Regards,

Sure. I’m a new user co I can’t upload an attachment. Where do you want me to send it?

Please send the file to our support email at support@atomisystems.com.
If the file is too large, you can upload to cloud storage like Google Drive or Dropbox and share the link.

Hi,

I’ve checked your project file. It is a bug. The text should be retained in this case.

The FirstName variable is changed because of Change Object State action, so please see the below workaround:

The idea is we will use a temporary variable to store the FirstName value first. Then we will set the value back to FirstName after changing the state.

We will fix this problem in future releases.

Regards,

Thank you. All working now.