contextRef
ref object that can be used to access the context of a form
Overview
contextRef
is a <Feathery.Form> prop that will set the current
property of a ref to an instance containing form state and functions useful for interacting with the form.
Usage
You can set the current form step, update a field value, get the current step name, and more.
Last updated