HiddenInput

Allows a form to store and retrieve a value that is invisible to a user

<Form>
{form => (
<HiddenInput
defaultValue="qwertyuiop1234567890"
name="employeeID"
form={form}
/>
)}
</Form>
defaultValue
string
form
{ "addError": "Function", "registerField": "Function", "onChange": "Function", "onSubmit": "Function" }
required
name
string
required