|
@@ -96,14 +96,14 @@ class NumberDrop extends Component{
|
|
|
});
|
|
|
}
|
|
|
handleNumFocus(e){
|
|
|
- /*const {placeholder} = this.state;
|
|
|
+ const {placeholder} = this.state;
|
|
|
const val = e.target.innerText.trim();
|
|
|
//console.log(33,e.target.innerText,placeholder,e.target.innerText.trim() == placeholder)
|
|
|
if(val!=''&&val == placeholder){
|
|
|
this.setState({
|
|
|
placeholder:''
|
|
|
});
|
|
|
- }*/
|
|
|
+ }
|
|
|
e.stopPropagation();
|
|
|
}
|
|
|
handleKeyDowm(e){
|