"onmouseout" event for input?
Posted: Thu Sep 20, 2012 3:39 pm
which event should I use for input when I need to detect leaving the input (blur, focus goes to different input)
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
which event should I use for input when I need to detect leaving the input (blur, focus goes to different input)
There is no mouse on mobile devices so I'm not sure if "onmouseout" is supported on mobile devices. You just need to check which event is fired when you leave the field.
i know this event is not available, it seems like there is no other event available that fires when leaving input..