EasyUI Forum

General Category => Bug Report => Topic started by: iamjxc on March 27, 2014, 06:37:33 PM



Title: combotree 的 onlyLeafCheck 在 multiple=false 时无效
Post by: iamjxc on March 27, 2014, 06:37:33 PM
在 multiple:true 时, onlyLeafCheck 是有效的.
在 multiple:false 时, onlyLeafCheck 也应该起作用才对

      $('#cc').combotree({
         multiple:false,
         onlyLeafCheck:true,
         data:[{
            id: 1,
            text: 'Languages',         
            children:
               [{
                  id: 11,
                  text: 'Java'
               },{
                  id: 12,
                  text: 'C++'
               }]
         }]
      });


Title: Re: combotree 的 onlyLeafCheck 在 multiple=false 时无效
Post by: iamjxc on May 04, 2014, 01:30:57 AM
1.3.6 似乎还没有解决这个 bug ?