Documents / @faasjs/react / FormInputElementProps
Type Alias: FormInputElementProps
FormInputElementProps =
object
Props for the Form Input Element component.
Properties
name
name:
string
The name of the input element.
onChange()
onChange: (
value
) =>void
Callback function to handle changes to the input value.
Parameters
value
any
Returns
void
value
value:
any
The current value of the input element.