jb-select 4.0.0 → 4.0.1
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,10 +36,11 @@ remember set value as attribute if your option is a plain string but in direct a
|
|
|
36
36
|
|
|
37
37
|
### placeholder
|
|
38
38
|
|
|
39
|
-
you can set placeholder when data is empty
|
|
39
|
+
you can set placeholder when data is empty.
|
|
40
|
+
`search-placeholder`work on mobile device when user focus on select and modal open this text will be placed in top search input box
|
|
40
41
|
|
|
41
42
|
```html
|
|
42
|
-
<jb-select placeholder="please select"></jb-select>
|
|
43
|
+
<jb-select placeholder="please select" search-placeholder="type to search"></jb-select>
|
|
43
44
|
```
|
|
44
45
|
|
|
45
46
|
### change empty state shape
|