Browse Source

单选可输入bug修改2944

zhouna 5 năm trước cách đây
mục cha
commit
9405968c62
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>
   }