|
@@ -556,7 +556,7 @@
|
|
|
dynStrengthsID = 'rx-' + randPart + '-strengths';
|
|
|
$(strengthElem).attr('id', dynStrengthsID);
|
|
|
$(strengthElem).attr('rx-id', dynID);
|
|
|
- new window.Def.Autocompleter.Prefetch(dynStrengthsID, []);
|
|
|
+ new window.Def.Autocompleter.Prefetch(dynStrengthsID, [], {matchListValue: false});
|
|
|
new window.Def.Autocompleter.Search(dynID,
|
|
|
'https://clinicaltables.nlm.nih.gov/api/rxterms/v3/search?ef=STRENGTHS_AND_FORMS');
|
|
|
window.Def.Autocompleter.Event.observeListSelections(dynID, function() {
|