# Choice Component Not Responding to Touch or Click (Even on Buttons Style)

**URL:** https://community.glideapps.com/t/choice-component-not-responding-to-touch-or-click-even-on-buttons-style/81449
**Category:** Ask for Help
**Created:** [April 20, 2025, 2:49pm UTC](https://community.glideapps.com/t/choice-component-not-responding-to-touch-or-click-even-on-buttons-style/81449 "2025-04-20T14:49:47Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![kmji](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kmji/32/87323_2.png) [@kmji](https://community.glideapps.com/u/kmji)
#### Post date: [April 20, 2025, 2:49pm UTC](https://community.glideapps.com/t/choice-component-not-responding-to-touch-or-click-even-on-buttons-style/81449/1 "2025-04-20T14:49:47Z")

</div>

Hi Glide Team,

I’ve encountered a serious issue with the Choice component in my app.

▶ Problem:

- The Choice component shows properly in both desktop and mobile view.
- However, it **doesn’t respond at all to touch or click** — not in Chips style, not in Buttons, not even in Dropdown.
- The rest of the app (buttons, tabs, list items) all work perfectly. Only the Choice component is completely unresponsive.

▶ What I’ve tried:

- Moved Choice to top of screen (not inside any container)
- Changed style: Chips → Buttons → Dropdown
- Used both Safari and Chrome on mobile
- Also tested via “Add to Home Screen” (PWA)
- Ensured there are no visibility conditions or hidden components
- Even created new columns to bind the Choice value again

Still, no response from the Choice component when touched or clicked.

▶ Video proof:  
(Insert video links here – I have screen recordings showing the issue clearly.)

- Chrome Mobile: [Chrome ScreenRecording\_04-20-2025 23-02-32\_1.mp4 - Google Drive](https://drive.google.com/file/d/1SXqY6TFqMJYnint59tqdSpbyAqhEjwdy/view?usp=sharing)
- Mobile (PWA - Home Screen App): [ScreenRecording\_04-20-2025 23-03-13\_1.mov - Google Drive](https://drive.google.com/file/d/1egGcvHrosZiamkDs-kwMEttFkL5SyrM6/view?usp=sharing)

Please help — I’ve spent a lot of time building this app, and this is the only blocker left. Thank you in advance!

Best regards,  
Kmji

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [April 20, 2025, 3:41pm UTC](https://community.glideapps.com/t/choice-component-not-responding-to-touch-or-click-even-on-buttons-style/81449/2 "2025-04-20T15:41:54Z")

</div>

Are you using multi select?  
And if yes, do any of your choice items contain commas?

---

<div class="post-metadata">

### Author: ![kmji](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kmji/32/87323_2.png) [@kmji](https://community.glideapps.com/u/kmji)
#### Post date: [April 20, 2025, 4:22pm UTC](https://community.glideapps.com/t/choice-component-not-responding-to-touch-or-click-even-on-buttons-style/81449/3 "2025-04-20T16:22:24Z")

</div>

Thanks for replying!

I’m not using multi select — just a single choice.  
Also, none of the choice items contain commas.

Still completely unresponsive, both in mobile and desktop.

Any other ideas?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [April 20, 2025, 4:36pm UTC](https://community.glideapps.com/t/choice-component-not-responding-to-touch-or-click-even-on-buttons-style/81449/4 "2025-04-20T16:36:23Z")

</div>

Can you show me the following please:

- The configuration of your choice component
- The table/column that it writes to
- The table/column that is used as the source of the choice list

---

<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: [April 21, 2025, 12:02am UTC](https://community.glideapps.com/t/choice-component-not-responding-to-touch-or-click-even-on-buttons-style/81449/5 "2025-04-21T00:02:38Z")

</div>

Do you have filters on that tab level? It can be the fact that the tab filters are making the tab not tied to any rows, so you don’t have a place to write the value.
