Class SearchableInput<D, F>
Type Parameters
- D extends DataObject
- F extends Filter<D> = Filter<D>
Hierarchy
Index
Constructors
Properties
Accessors
Methods
Constructors
constructor
-
Type Parameters
Inherited from FormComponent<SearchableInputProps<D, F>>.constructor
- Defined in node_modules/.pnpm/@types+react@19.2.18/node_modules/@types/react/index.d.ts:958
-
Type Parameters
Inherited from FormComponent<SearchableInputProps<D, F>>.constructor
- Defined in node_modules/.pnpm/@types+react@19.2.18/node_modules/@types/react/index.d.ts:966
Properties
renderList
renderList: (allItems: D[]) => ReactNode = ...
search
search: DebouncedFunc<(value: string) => Promise<void>> = ...
Static ReadonlydisplayName
displayName: "SearchableInput" = 'SearchableInput'
Accessors
filter
listShown
listShown: boolean
Methods
add
-
add(label: string, value: string): void
Parameters
- label: string
- value: string
Returns void
delete
handleBlur
-
handleBlur(__namedParameters: FocusEvent<HTMLElement>): void
render
-
Returns Element
Overrides FormComponent.render
renderOverlay
value of the parent Context specified in
contextType.