Skip to content

Commit

Permalink
Merge pull request #909 from jitendrapurohit/htmlfix
Browse files Browse the repository at this point in the history
D8/9 - Enable HTML on autocomplete field
  • Loading branch information
KarinG authored Sep 24, 2023
2 parents 957cc00 + fcc1977 commit 0ce84d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/webform_civicrm_contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
hintText: field.data('search-prompt'),
noResultsText: field.data('none-prompt'),
resultsFormatter: formatChoices,
searchingText: "Searching..."
searchingText: "Searching...",
enableHTML: true
};
wfCivi.existingInit(
field,
Expand Down

0 comments on commit 0ce84d5

Please sign in to comment.