Skip to content

Commit a4f831c

Browse files
committed
update readme
1 parent 75f337b commit a4f831c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,21 @@ data-ub-select-clear
7272
data-ub-select-search
7373
data-ub-select-create
7474
data-ub-select-max-height
75+
data-ub-select-search-placeholder
76+
data-ub-select-no-results-text
77+
data-ub-select-creatable-text
7578
```
7679

7780
```html
78-
<select data-ub-select-clear data-ub-select-search data-ub-select-create data-ub-select-max-height="25rem">...</select>
81+
<select
82+
data-ub-select-clear
83+
data-ub-select-search
84+
data-ub-select-create
85+
data-ub-select-max-height="25rem"
86+
data-ub-select-search-placeholder="Search"
87+
data-ub-select-no-results-text="No results found"
88+
data-ub-select-creatable-text="Press Enter to add {value}"
89+
>...</select>
7990
```
8091
## Methods
8192

0 commit comments

Comments
 (0)