EditText

roarnold

Active Member
Licensed User
Longtime User
Afternoon,

I have an app built utilizing three EditText items and a button. All works well but when the last information is entered into the last EditText and the button clicked the information disappears from that button. Initially I was not concerned as it was a password entry however if there is another request it creates an issue.

Thx
R
 

rfresh

Well-Known Member
Licensed User
Longtime User
>disappears from that button

You mean the editText field? or the button Label? I don't understand what that statement means?
 
Upvote 0

roarnold

Active Member
Licensed User
Longtime User
Sorry, the last piece of information entered is the password. When the submit button is clicked the information in the EditText field clears but the other two EditText's where it asks for confirmation code and phone number are still visible.
Thx
R
 
Upvote 0

klaus

Expert
Licensed User
Longtime User
If you really expect a concrete answer you must post your project as a zip file (IDE menu Files / Export As Zip) so we could see in your code what you have done and test it in the same conditions as you do. Otherwise without any code impossible to help you.

Best regards.
 
Upvote 0
Top