[Solved] How to develop Textbox.gotFocus function in Thunkable X

Hello,

I want that when I start to enter text or any input into Text_Input component, something is occured depending on it.
Something like “when Text_Input GotFocus” “do…”.
Maybe it is also useful for me to develop “when Keyboard Active” “do…”

Hi, @peacehero! :wave:

Currently, Thunkable X does not support this… It must be on Developers’ to-do list.
If it is possible for you to provide for what purpose you want that feature, we’ll try for a possible workaround :innocent:

Thanks! :blush:

2 Likes

Hi @peacehero

We have something similar to this using the Timer component to check if the contents of the TextInput has changed.

Let me know whether or not that works for you.

2 Likes