Skip to content

Commit

Permalink
fix(lookup): use display-field-name for default option template
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBalaganskiy committed Apr 14, 2020
1 parent 0a04da4 commit 38ef432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lookup/lookup.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<li if.bind="state === LookupState.optionsVisible" repeat.for="option of options" mousedown.delegate="select(option)" class="collection-item">
<a>
<template replaceable part="option-template">
${option}
${getDisplayValue(option)}
</template>
</a>
</li>
Expand Down

0 comments on commit 38ef432

Please sign in to comment.