Parcourir la source

Merge remote-tracking branch 'origin/innterfaceUpdate' into dev/new1

zhouna il y a 5 ans
Parent
commit
1096962755
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/components/NumberDrop/index.jsx

+ 2 - 1
src/components/NumberDrop/index.jsx

@@ -92,7 +92,8 @@ class NumberDrop extends Component{
     this.emitBMIData('');
     this.setState({
       placeholder:this.props.placeholder,
-      hasSelect:false
+      hasSelect:false,
+      value:''
     });
   }
   handleNumFocus(e){