@jblehm/super-list 1.0.38 → 1.0.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
- # superlist V1.0.38
2
- An minimally-styled mobile supported searchable combobox for Vue.
1
+ # superlist V1.0.39
2
+ A minimally-styled, mobile supported searchable combobox for Vue.
3
3
 
4
4
  ![list_img_1.png](https://drive.google.com/thumbnail?id=1vccx8i3aOcXCjT1cflzeHJs0BNhj6I-u&sz=w1000)
5
5
 
@@ -60,7 +60,7 @@ The list component has the following Vue properties:
60
60
  default: undefined
61
61
  },
62
62
  customPlaceHolderFunction: {
63
- type: Function as PropType<Function | null>, // Display custom placeholder text in the filter input box independant of how the selected item text appears elsewhere
63
+ type: Function as PropType<Function | null>, // Display custom placeholder text in the filter input box regardless of how the selected item text appears elsewhere
64
64
  default: null
65
65
  },
66
66
  scrollTextInputToTopOnMobile: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jblehm/super-list",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "type": "module",
5
5
  "files": [ "dist" ],
6
6
  "main": "./dist/super-list.umd.cjs",