Chapter 9 · Example 7 · Refs: from storing data to imperative API

Forwarding refs with forwardRef

Wrapping InputField in forwardRef lets the form pass an actual ref prop, injecting it as the second argument so it attaches to the inner input.

Loading live editor…