Notifications
Clear all

[Closed] EditText Entered Event not firing

 PEN

So I have an editText field, nothing fancy at all. I have written tools like this a million times without a problem. But in this case when I press enter after filling in text in an editText field the field goes blank and the Entered event will not fire.

I can’t repo it in a simple setup, it always works as it always has. So, any one seen this before. Any one have any guess on what it might be that would be stopping it from working?

4 Replies

could your edittext control be slightly higher than ‘one-line’? (height is bigger than default). it makes it multi-line edit control

I had this problem only in cases when EditText was not dotnet.

 PEN

Hmm, interesting thought. I will check thanks.

 PEN

Yup that was it. Wasn’t my code and I never set the height of text fields.

Thanks Denis