zhouna пре 5 година
родитељ
комит
fe6dc5bd93
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/components/NumberDrop/index.jsx

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

@@ -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){