浏览代码

单选可输入bug修改2944

zhouna 5 年之前
父节点
当前提交
9405968c62
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/components/RadioInpDrop/index.jsx

+ 1 - 0
src/components/RadioInpDrop/index.jsx

@@ -213,6 +213,7 @@ class InputComp extends Component{
                  onClick={(e)=>{e.stopPropagation()}}
                  onFocus={(e)=>{e.stopPropagation()}}
                  onMouseDown={(e)=>{e.stopPropagation()}}
+                 onMouseUp={(e)=>{e.stopPropagation()}}
                  onInput={this.handleInp}
                  onBlur={this.handleBlur}>&nbsp;</span>
   }