SelectAsyncChoicesWidget

Source
import { SelectAsyncChoicesWidget } from "@prestojs/ui-antd";
SelectAsyncChoicesWidget<T,Multiple = true|false>(props)

Component Props:

PropTypeDescription
*
props
An object with the properties below
props.accumulatePagesboolean
*props.asyncChoicesAsyncChoicesInterface
props.buildQuery
props.clearOnOpenboolean
props.debounceWaitnumber
*props.inputSelectInputProps
props.listOptionsRecord
props.loadingContentReact.ReactNode
props.nextPageOptionPropsRecord
props.onRetrieveError
props.onRetrieveSuccess
props.optionPropsRecord
props.renderNextPageButtonfalse|
props.retrieveOptionsRecord
props.triggerWhenClosedboolean
...any
Any properties from SelectProps