Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #61 from citizennet/API-1709-HOTPATCH-bulk-custom-…
Browse files Browse the repository at this point in the history
…lookalikes

sort autocomplete list when using titleMapResolve
  • Loading branch information
jojordan3 authored Sep 9, 2021
2 parents 873420d + f4e6d89 commit fb7e250
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/all.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/all.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/schema-form-extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ function addTemplates($templateCache) {
allow-bulk="{{form.bulkAdd}}"
bulk-delimiter="{{form.bulkDelimiter}}"
bulk-placeholder="{{form.bulkPlaceholder}}"
sort-filtered-results="{{(form.titleMapResolve || form.titleMap) && !form.titleMapQuery}}"
show-clear-all="{{form.showClearAll}}"
show-clear-cache="{{form.showClearCache}}"
show-button="true">
Expand Down

0 comments on commit fb7e250

Please sign in to comment.