# Choice component difficult to use on iOS 26

**URL:** https://community.glideapps.com/t/choice-component-difficult-to-use-on-ios-26/85942
**Category:** Report a Bug
**Created:** [January 8, 2026, 5:51pm UTC](https://community.glideapps.com/t/choice-component-difficult-to-use-on-ios-26/85942 "2026-01-08T17:51:42Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Gary\_Biagioni](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gary_biagioni/32/4201_2.png) [@Gary\_Biagioni](https://community.glideapps.com/u/Gary_Biagioni)
#### Post date: [January 8, 2026, 5:51pm UTC](https://community.glideapps.com/t/choice-component-difficult-to-use-on-ios-26/85942/1 "2026-01-08T17:51:42Z")

</div>

_First time reporting a bug? [Refer to our Start Here post.](https://community.glideapps.com/t/start-here-reporting-platform-bugs-issues/40)_

* * *

**Team ID:**

- In the Glide dashoard URL, e.g.  
`https://go.glideapps.com/o/`4d7kODLke6bvSWoAjzeb`/`

**App ID:**

- In the Glide builder URL, e.g.  
`https://go.glideapps.com/app/`SAE3oFFGi8kUubPiJ6s`/layout`

**Description**

- The choice component is difficult to use when search in iOS 26.2

**How to replicate**

- Be running on iPhone on iOS 26.2

- Click on Choice that has more items than it can display so the search has to be used

 ![Screenshot 2026-01-08 at 9.21.50 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/2/e21f1a11bfae27cf245f28b6303b70cb01621273.jpeg)

- If I search it finds my name and I can pick it out of the list. All good.

- If I put “Gary" it covers up everything

- as show here

- Now if I click on the checkmark it shows my name.

- This might be an apple problem.

- You really have to try it out to see how messy it is as there are many other conditions that are wonky

- Also try typing a name that does not match. You lose the search typing in that case as well.

- The choice for the check box has around 250 items

- It works great on a safari web browser

- I tried turning off predictive text - did not help

---

<div class="post-metadata">

### Author: ![Gary\_Biagioni](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gary_biagioni/32/4201_2.png) [@Gary\_Biagioni](https://community.glideapps.com/u/Gary_Biagioni)
#### Post date: [January 8, 2026, 6:01pm UTC](https://community.glideapps.com/t/choice-component-difficult-to-use-on-ios-26/85942/2 "2026-01-08T18:01:57Z")

</div>

So I tried a couple of things. I put the choice component on its own page and it worked acceptably.

I then reordered the widgets like this

 ![Screenshot 2026-01-08 at 11.24.08 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/0/500a1b01129d05f78c6b9b34571c822f52d01ecb.jpeg)

and it works better. It has something to do with the Image hiding the search text box. Now I can always see the search text box as per this.

 ![Screenshot 2026-01-08 at 11.31.46 AM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/f/df30859496418362fbbeb86454eebafea004bc73.jpeg)

---

<div class="post-metadata">

### Author: ![Gary\_Biagioni](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gary_biagioni/32/4201_2.png) [@Gary\_Biagioni](https://community.glideapps.com/u/Gary_Biagioni)
#### Post date: [January 8, 2026, 9:13pm UTC](https://community.glideapps.com/t/choice-component-difficult-to-use-on-ios-26/85942/3 "2026-01-08T21:13:12Z")

</div>

This is not a solution. It is a work around but someone has to figure out a proper solution

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 10, 2026, 1:46am UTC](https://community.glideapps.com/t/choice-component-difficult-to-use-on-ios-26/85942/6 "2026-01-10T01:46:03Z")

</div>

Hi Gary, this is the response from the team:

“This is a known issue with the choice list getting filtered when you start searching, which reduces the height of the list. Hiding the keyboard will show the filtered search results. There are existing feature requests to disable search for this (and other reasons). The work around is likely the best course of action in the short-term.”

---

<div class="post-metadata">

### Author: ![Gary\_Biagioni](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gary_biagioni/32/4201_2.png) [@Gary\_Biagioni](https://community.glideapps.com/u/Gary_Biagioni)
#### Post date: [January 10, 2026, 2:51pm UTC](https://community.glideapps.com/t/choice-component-difficult-to-use-on-ios-26/85942/7 "2026-01-10T14:51:13Z")

</div>

Thanks Thinh. If I understood, I hope they do not take out the search as I have a list of 300 items so it is not realistic to scroll thru it.

I did quickly try using a collection list for this particular instance and it kinda works but the components below get pushed off screen. Could, I guess, hide components below and then once the selection is finished show them. Maybe that is another work around for some cases.
