⚠️ @prestojs/ui-antd is a legacy package

It is maintained for existing projects but should not be used for new projects. New projects should use @alliancesoftware/ui instead — see the @alliancesoftware/ui component library.

SelectAsyncChoicesWidget

Source
import { SelectAsyncChoicesWidget } from "@prestojs/ui-antd";
SelectAsyncChoicesWidget<T>(props)
Source

Component Props:

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