Skip to content

Commit

Permalink
feat(dropdown,search): just provide settings as paramter for templates
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de committed Feb 11, 2024
1 parent f1f7a41 commit f149f6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/definitions/modules/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -4304,6 +4304,7 @@
values = response[fields.values] || [],
html = '',
className = settings.className,
fields = settings.fields,
escape = settings.templates.escape,
deQuote = settings.templates.deQuote
;
Expand Down

0 comments on commit f149f6f

Please sign in to comment.