Is there any possibility to create text change event of textbox? How?

How to create text change event of text box?

Hey @Hvishal! Sorry for the delay. There is no change event for the Text Component, however there is an Editable Text component that will allow you to trigger a query after you confirm the change. Here's a quick GIF showing you how that looks:

Screen Recording 2020-04-21 at 04.31 PM

You could also do something similar with the Text Input component's "on submit run" or "on blur run" triggers!

LMK if that works for you?