浏览代码

Merge pull request #4664 from wenzhixin/fix/4663

Fixed refreshOptions with radio and checkbox bug
Dustin Utecht 6 年之前
父节点
当前提交
765d134ce1
共有 1 个文件被更改,包括 0 次插入1 次删除
  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