setParentValue
is injected into your custom component, which must be called in order to pass the desired value up to the parent EasyEdit
component.EasyEdit
value as a user id based on a username entered, you would need to pass the id to this.props.setParentValue
in order to get that value to the EasyEdit
component.