NullableBooleanWidget
Sourceimport { NullableBooleanWidget } from "@prestojs/ui-antd";
Params:
Parameter | Type | Description | |
---|---|---|---|
* | props An object with the properties below | ||
props.asyncChoices | AsyncChoicesInterface | ||
* | props.blankLabel | string | |
props.choices | Map|[SingleValue, string][] | ||
* | props.input | ||
props.meta | Record | ||
... | any | Any properties from SelectProps | |
* | ref | any |
Returns:React.ReactElement