You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
HospitalRun tackles this by using typeahead fields instead of dropdowns where applicable. These typeahead fields also support the ability for users to add new values. An administrator can choose to turn off the ability for users to add new values for typeaheads. In my opinion this gives us greater flexibility out of the box and also means that when a new site comes up an admin doesn't have to spend time creating values for drop down lists.
HospitalRun does have some spots where dropdowns are specifically used, but in most of those cases, the dropdowns are small data sets, so I'm not sure that autocomplete is needed for them.
Probably use select2 whenever possible.
The text was updated successfully, but these errors were encountered: