Implement Multi-Select Field for Controlled Vocabularies #7432
bhumikaguptaa
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current issue and workaround
Currently, in Specify 7, fields that use controlled vocabularies are generally limited to a single value per record. This presents a significant challenge when a user needs to record multiple attributes for a single field. The current workarounds are insufficient and introduce data management problems:
Describe the solution you'd like
The proposed solution is implementation of a multi-select combo box (or a similar multi-select field type) for fields linked to controlled vocabularies. This would allow users to select multiple, discrete, pre-defined values from the controlled vocabulary list and store them for a single record.
From the user's perspective, this could be a dropdown menu where each item has a checkbox. Alternatively, it could be an input field that, when clicked, allows the user to select multiple values from the picklist. This implementation would ensure that data remains clean, normalized, and easy to query, while providing a much more intuitive user experience.
Reported by
Nate Shoobs, The Ohio State University Museum of Biological Diversity
Link to the discourse post: https://discourse.specifysoftware.org/t/add-support-for-multi-select-combo-boxes-in-specify/2891
Beta Was this translation helpful? Give feedback.
All reactions