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

Create a custom datatype that is radio/checkboxes with an automatic "other" option #253

Open
nonprofittechy opened this issue Apr 26, 2024 · 0 comments

Comments

@nonprofittechy
Copy link
Member

The datatype: combobox is not accessible, and the UX isn't obvious to most users.

The alternative, managing two different variables, is clunky.

  1. You need to remove the phantom "Other" option from a list of checkboxes.
  2. You need to have some conditional logic to add the "other" variable
  3. You need to manage adding the "other" item to the list if you want to display the checked items + the "other" choice.

Can also make a function to simplify this, but the custom datatype would make this a lot more accessible..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant