Skip to content

Commit

Permalink
Merge pull request #64 from creative-commoners/pulls/2.0/searchabledr…
Browse files Browse the repository at this point in the history
…opdownfield

ENH Add SearchableDropdownField
GuySartorelli authored Dec 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 4c529a2 + 5d86036 commit a2fb8bb
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions js/externals.js
Original file line number Diff line number Diff line change
@@ -44,6 +44,7 @@ module.exports = (ENV, PATHS, module) => {
'components/ResizeAware/ResizeAware': 'ResizeAware',
'components/Search/Search': 'Search',
'components/Search/SearchToggle': 'SearchToggle',
'components/SearchableDropdownField/SearchableDropdownField': 'SearchableDropdownField',
'components/Tag/CompactTagList': 'CompactTagList',
'components/Tag/Tag': 'Tag',
'components/Tag/TagList': 'TagList',
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@silverstripe/webpack-config",
"version": "2.0.0",
"version": "2.0.1",
"description": "SilverStripe config files for modules",
"engines": {
"node": ">=18.x"

0 comments on commit a2fb8bb

Please sign in to comment.