Browse Source

Merge pull request #4664 from wenzhixin/fix/4663

Fixed refreshOptions with radio and checkbox bug
Dustin Utecht 6 years ago
parent
commit
765d134ce1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/bootstrap-table.js

+ 0 - 1
src/bootstrap-table.js

@@ -303,7 +303,6 @@ class BootstrapTable {
         if (column.radio) {
           text = ''
           this.header.stateField = column.field
-          this.options.singleSelect = true
         }
         if (!text && column.showSelectTitle) {
           text += title