Notifications
Clear all
[Closed] EditText Entered Event not firing
Mar 22, 2016 8:52 pm
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
Mar 22, 2016 8:52 pm
could your edittext control be slightly higher than ‘one-line’? (height is bigger than default). it makes it multi-line edit control
Mar 22, 2016 8:52 pm
Yup that was it. Wasn’t my code and I never set the height of text fields.
Thanks Denis