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