Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Inputs inside modals do not work after first modal is mounted #821

Closed
nikkothari22 opened this issue Apr 7, 2024 · 1 comment · Fixed by #924
Closed

[bug] Inputs inside modals do not work after first modal is mounted #821

nikkothari22 opened this issue Apr 7, 2024 · 1 comment · Fixed by #924
Labels

Comments

@nikkothari22
Copy link
Member

This seems to be come up after Radix themes was added. Inputs - either Ionic or Radix - don't work inside modals. To reproduce: create channel modal inputs work, but then the search bar in add members modal doesn't.

Still haven't figured out how to fix this. Nothing comes up in the console, inspecting the elements also doesn't show anything unusual.

Possible solutions (in increasing order of pain):

  1. Use inline modals in Ionic
  2. Use Vaul - this might be tricky since a lot of the styles clash between Ionic and Vaul.
  3. Ditch Ionic
  4. Ditch PWA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant