Skip to content

Commit

Permalink
fix(dropdown): missed template call
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de committed Dec 15, 2023
1 parent b3a99fa commit 0d8b7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/modules/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@
value = settings.templates.deQuote(item[fields.value]),
name = settings.templates.escape(
item[fields.name] || '',
settings.preserveHTML
settings
)
;
$input.append('<option value="' + value + '"' + (item.selected === true ? ' selected' : '') + '>' + name + '</option>');
Expand Down

0 comments on commit 0d8b7e8

Please sign in to comment.