Unable to invoke a parent method in child component reactjs

In my parent container I have a function which validates the input entered by users.

The parent render is having child component.

  The validate function is not being called at all. Can anyone advise of the mistake?

This has been resolved