소스 검색

单选可输入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>
   }