We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f337b commit a4f831cCopy full SHA for a4f831c
README.md
@@ -72,10 +72,21 @@ data-ub-select-clear
72
data-ub-select-search
73
data-ub-select-create
74
data-ub-select-max-height
75
+data-ub-select-search-placeholder
76
+data-ub-select-no-results-text
77
+data-ub-select-creatable-text
78
```
79
80
```html
-<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>
90
91
## Methods
92
0 commit comments