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 ?
Thank you
Ok, I finally managed to do what I wanted to do like so:
Hiding the keyboard
Detect when the picker shows (is the same as when the select field is taped)
Here you go