I'm looking for the event that fires when you tap on a select but I can't find it.
I'm also looking for a way to hide the keyboard.
It doing this because I have a TextField and a Select in a Panel and I want to hide the keyboard if the user write something in the TextField and then uses the Select.
Could somebody help me find a solution for that problem ?
HI, You can't hide key board..That is highly impossible bcz OS in not in our control..On Touch pads/Mobiles if u select any thing Os will bring keyboard automatically..[Default behaviour].Right now solution not there .I faced this problems long back.so finally we left it...but just we r doing disabling select field with some grey color...
In forums they r suggesting to work with blur event....But no using blur event also no use....