enhancementgood first issuequestion
Repository metrics
- Stars
- (143 stars)
- PR merge metrics
- (PR metrics pending)
Description
The lookup data description fields for items like vaccinations, locations, etc are never actually displayed anywhere.
Back in ASM 1, we used to show them in the dropdown at the side of the item being selected. It would require a new dropdown widget, but could we replicate the old behaviour?
One option might be to subclass the JQuery autocomplete box and have the dropdown fire on focus, like we do in a few other areas. Another alternative is to fully implement the selectbox widget instead of hanging it off the select tag.