Sfoglia il codice sorgente

单选可输入bug修改2944

zhouna 5 anni fa
parent
commit
9405968c62
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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>
   }