Procházet zdrojové kódy

单选可输入bug修改2944

zhouna před 5 roky
rodič
revize
9405968c62
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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>
   }