Browse Source

Fix compilation issue

djhvscf 4 years ago
parent
commit
6d4906002c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bootstrap-table.js

+ 1 - 0
src/bootstrap-table.js

@@ -3113,6 +3113,7 @@ class BootstrapTable {
     const $search = Utils.getSearchInput(this)
     const $search = Utils.getSearchInput(this)
 
 
     const textToUse = text || ''
     const textToUse = text || ''
+
     $search.val(textToUse)
     $search.val(textToUse)
     this.searchText = textToUse
     this.searchText = textToUse
     this.onSearch({ currentTarget: $search }, false)
     this.onSearch({ currentTarget: $search }, false)