EmailWidget

Source
import { EmailWidget } from "@prestojs/ui-antd";
EmailWidget(props)
Source

See Input for props available

Component Props:

PropTypeDescription
*
props
An object with the properties below
*props.inputInputProps

The input props for the widget. This is typically passed by the form (eg. Form when using @prestojs/final-form) but can be passed directly if used standalone.

props.refReact.RefObject
...any
Any properties from InputProps except for these:
  • onChange
  • value