@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.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
# superlist V1.0.
|
|
2
|
-
|
|
1
|
+
# superlist V1.0.39
|
|
2
|
+
A minimally-styled, mobile supported searchable combobox for Vue.
|
|
3
3
|
|
|
4
4
|

|
|
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
|
|
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: {
|