Browse Source

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

zhouna 5 năm trước cách đây
mục cha
commit
1096962755

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

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