Why input field has no on_keyPress?

Hi,

I’m trying to create a search bar with the Text Input object. However, I don’t have the on_keyPress function available, but I have seen it in some tutorials and questions in the community. Why isn’t it available now?

Thanks in advance,
ISR.

The TextBox and TextInput elements both have onKeyPress(). The Text element does not as it is not an input element.

Thanks Yisrael, it seems the function box at the right side was too small and it didn’t show all the functions. When maximizing it I was able to see them all :slight_smile: