FOUNDATION
COMPONENTS
COLOR
OPTIONAL
HELP TEXT
DISABLED
function App() { const initialValues = { liveInCurrentAddress: { years: "", months: "", }, } return ( <Form initialValues={initialValues}> <TimeSpan name="liveInCurrentAddress" label="How long do you live in the current address?" /> </Form> )}