sheltermanager/asm3

New lookup dropdown with descriptions

Open

#1,002 opened on May 3, 2021

 (2 comments) (0 reactions) (0 assignees)JavaScript (87 forks)auto 404
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.

Contributor guide