The datatype: combobox is not accessible, and the UX isn't obvious to most users.
The alternative, managing two different variables, is clunky.
- You need to remove the phantom "Other" option from a list of checkboxes.
- You need to have some conditional logic to add the "other" variable
- 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..
The datatype: combobox is not accessible, and the UX isn't obvious to most users.
The alternative, managing two different variables, is clunky.
Can also make a function to simplify this, but the custom datatype would make this a lot more accessible..