Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

树节点展开鼠标移开后会自动收起来 #354

Closed
wangkimi opened this issue Sep 24, 2019 · 1 comment
Closed

树节点展开鼠标移开后会自动收起来 #354

wangkimi opened this issue Sep 24, 2019 · 1 comment
Assignees

Comments

@wangkimi
Copy link

环境及版本信息

  • tinper-bee 版本号:
  • 若使用单个组件,请标明该组件版本号:

2.1.3及以上

  • 当前项目中react的版本号:

因为是团队协作,各人版本有差异,但是都存在这个问题

  • 所使用的操作系统:
  • 所使用的浏览器:

您所在的领域、行业或项目组:

描述这个问题:

树节点展开鼠标移开后会自动收起来

1、代码

代码如下:
<RefTreeBaseUI
searchable={true}
title={this.props.title}
backdrop={true}
showModal={showModal}
multiple={false}
showLoading={showLoading}
lazyModal={true}
treeData={this.state.treeData||[]}
valueField={"classNo"}
onLoadData={this.onLoadData}
onSave={this.onSave}
onCancel={this.onCancel}
defaultExpandAll={true}
getRefTreeData={this.getRefTreeData}
nodeDisplay={(record) => {
return record.className
}}
/>

@yangchch6
Copy link
Contributor

  • bee-tree@2.1.8
    • [Fixbug]树节点展开鼠标移开后会自动收起来。

@yangchch6 yangchch6 self-assigned this Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants