EmailWidget
Sourceimport { EmailWidget } from "@prestojs/ui-antd";
Params:
| Parameter | Type | Description | |
|---|---|---|---|
| * | props An object with the properties below | ||
| props.asyncChoices | AsyncChoicesInterface | ||
| props.checked | boolean | ||
| props.choices | Map|[SingleValue, string][] | ||
| * | props.input | InputProps | |
| props.meta | Record | ||
| props.multiple | boolean | ||
| props.name | string | ||
| props.onBlur | |||
| props.onFocus | |||
| props.type | string | ||
| * | ref | RefObject | |
Returns:React.ReactElement