ソースを参照

Fixed search bug

zhixin 5 年 前
コミット
e4c8919c60
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/bootstrap-table.js

+ 1 - 1
src/bootstrap-table.js

@@ -805,7 +805,7 @@ class BootstrapTable {
         $(currentTarget).val(text)
       }
 
-      if (this.searchText === text && text.length > 0) {
+      if (this.searchText === text) {
         return
       }