Skip to content

Commit

Permalink
Realized I was editing the distribution file, instead of the source file
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohn committed Nov 4, 2024
1 parent 1df187b commit 39cb232
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 172 deletions.
2 changes: 1 addition & 1 deletion dist/js/dselect.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function dselect(el, option = {}) {
const defaultSize = "";
const defaultItemClass = "";
const defaultSearchPlaceholder = "Search..";
const defaultAddOptionPlaceholder = 'Press Enter to add &quot;<strong>[searched-term]</strong>&quot;';
const defaultAddOptionPlaceholder = "Press Enter to add &quot;<strong>[searched-term]</strong>&quot;";
const defaultNoResultsPlaceholder = "No results found";
const search = attrBool("search") || option.search || defaultSearch;
const creatable = attrBool("creatable") || option.creatable || defaultCreatable;
Expand Down
Loading

0 comments on commit 39cb232

Please sign in to comment.