diff --git a/src/bootstrap-table.js b/src/bootstrap-table.js index 6388af818f..517e1b6439 100644 --- a/src/bootstrap-table.js +++ b/src/bootstrap-table.js @@ -2104,6 +2104,7 @@ BootstrapTable.prototype.initSearchText = function () { if (this.options.search) { + this.searchText = ''; if (this.options.searchText !== '') { var $search = this.$toolbar.find('.search input'); $search.val(this.options.searchText);