bkui-vue 2.0.2-beta.24 → 2.0.2-beta.25
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/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +4 -2
- package/dist/index.umd.js +1 -1
- package/lib/index.js +1 -1
- package/lib/search-select/index.js +2 -2
- package/package.json +1 -1
package/lib/index.js
CHANGED
@@ -3586,9 +3586,9 @@ function input_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { va
|
|
3586
3586
|
}
|
3587
3587
|
function clearInput() {
|
3588
3588
|
if (!inputRef.value) return;
|
3589
|
-
keyword.value = '';
|
3590
3589
|
setTimeout(function () {
|
3591
|
-
|
3590
|
+
keyword.value = '';
|
3591
|
+
inputRef.value.innerText = '';
|
3592
3592
|
}, 16);
|
3593
3593
|
}
|
3594
3594
|
function str2SelectedItem(str) {
|