DEV Community

Discussion on: How To Make Interactive ReactJS Form

Collapse
 
himmatsinghrat1 profile image
himmat singh rathore

handleNameChange = event => {
console.log('es me aayi value',event.target.value);
this.setState({ name: event.target.value }, () => {
console.log('sad');

            this.validateName();
          });
        };

this.validateName not working