Skip to content

Commit f38aba1

Browse files
committed
somehow we had a 1.1.11 and then went back to 1.1.5, and 1.1.8, so lets just make it 1.1.12 with the readme updated.
1 parent 3ecced6 commit f38aba1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ npm i @skem9/dselect
2828
Install from cdn
2929
```html
3030
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Yohn/dselect@latest/dist/css/dselect.min.css">
31-
<script src="https://cdn.jsdelivr.net/gh/Yohn/dselect@1.1.5/dist/js/dselect.min.js"></script>
31+
<script src="https://cdn.jsdelivr.net/gh/Yohn/dselect@latest/dist/js/dselect.min.js"></script>
3232
```
3333
## Usage/Examples
3434

@@ -58,7 +58,7 @@ const config = {
5858
searchPlaceholder: 'Search..', // when search: true the placeholder in input box
5959
searchExtraClass: '', // extra class to be added to the search input
6060
noResultsPlaceholder: 'No results found', // when search finds no results
61-
addOptionPlaceholder: 'Press Enter to add "&lt;strong&gt;[searched-term]&lt;/strong&gt;"', // when creatable: true the help text under the search box
61+
addOptionPlaceholder: 'Press Enter to add &lt;strong&gt;[searched-term]&lt;/strong&gt;', // when creatable: true the help text under the search box
6262
itemClass: '', // an additional css class to be added to each item within the dropdown menu
6363
}
6464
dselect(document.querySelector('#dselect-example'), config)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@skem9/dselect",
3-
"version": "1.1.8",
3+
"version": "1.1.12",
44
"description": "Dropdown select box for bootstrap 5 with search, multiple, tag and image support",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)