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

Hi Glide Team,

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

:play_button: 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.

:play_button: 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.

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

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

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

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?

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
1 Like

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.

1 Like