EmailWidget
Sourceimport { EmailWidget } from "@prestojs/ui-antd";
See Input for props available
Component Props:
Prop | Type | Description | |
---|---|---|---|
* | props An object with the properties below | ||
* | props.input | InputProps | 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.ref | React.RefObject | ||
... | any | Any properties from InputProps except for these:
|