Renders an uncontroller <textarea> element that uses a callback function to pass its value to the parent component.
Use the
defaultValuepassed down from the parent as the uncontrolled input field's initial value.use the
onChangeevent to fire theonValueChangecallback and send the new value to the parent.

Top comments (0)