FaasJS
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文

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.