SelectAsyncChoicesWidget
Sourceimport { SelectAsyncChoicesWidget } from "@prestojs/ui-antd";
Params:
Parameter | Type | Description | |
---|---|---|---|
* | props An object with the properties below | ||
props.accumulatePages | boolean | ||
* | props.asyncChoices | AsyncChoicesInterface | |
props.buildQuery | |||
props.clearOnOpen | boolean | ||
props.debounceWait | number | ||
* | props.input | SelectInputProps | |
props.listOptions | Record | ||
props.loadingContent | React.ReactNode | ||
props.meta | Record | ||
props.nextPageOptionProps | Record | ||
props.onRetrieveError | |||
props.onRetrieveSuccess | |||
props.optionProps | Record | ||
props.renderNextPageButton | false| | ||
props.retrieveOptions | Record | ||
props.triggerWhenClosed | boolean | ||
... | any | Any properties from SelectProps | |
* | ref | any |
Returns:React.ReactElement