Problem using On Text Change

Hi there,
So I’m creating a simple app to input student case. I’m using search bar method to input the student name and use ‘On Text Changed’ for the text box (TB_StudentName). However, the list_view of the student name (List_Student) doesn’t want to go back hidden even after I set the visibility false after the TB_StudentName lost focus. I know what cause the problem. Its probably because ‘On Text Changed’ still active, but I dont know how to make it inactive. Can you guys help me resolve the issue, but I still want to use that 'on text changed.
Note: The funny thing is, it worked as I expected when the list return no result.
Here is my app file
SearchName.aia (5.1 KB)

You can add timer and uncheck all options and set the blocks like this. It works on me.
aaa

2 Likes

At last, after waiting for weeks…
Thank you so much, It works! :heart_eyes:

1 Like

You’re welcome :smiling_face:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.