Callback fired when the value is changed.
{React.ChangeEvent} event The event source of the callback. You can pull out the new value by accessing event.target.value (string).
event.target.value