# Search on Textbox Component

**URL:** https://community.thunkable.com/t/search-on-textbox-component/1655222
**Category:** Questions about Thunkable X
**Tags:** textbox, search, data-source
**Created:** [December 15, 2021, 6:42pm UTC](https://community.thunkable.com/t/search-on-textbox-component/1655222 "2021-12-15T18:42:29Z")
**Posts on this page:** 1
**Showing post:** 7

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [December 16, 2021, 8:19am UTC](https://community.thunkable.com/t/search-on-textbox-component/1655222/7 "2021-12-16T08:19:53Z")

</div>

You have two mistakes in your block

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/1/7175a3ed5bfbc1be6dceb037cec084c3beb24f1b.png)  
The first block for `list of values....` should be outside of the `Changes` block.

The `for each loop ....` should use internal variables. You are using `app variable` for it.

Fix these two issues and then check. They might not be the cause of the crash but they have to be fixed for the project to run smoothly.

---

_[View the full topic](https://community.thunkable.com/t/search-on-textbox-component/1655222)._
