You can try following workaround in Your handler: handleChange(event) { if(event.target.value !== 'Enter value') { //Your logic here } }.
確定! 回上一頁