MCPcopy Create free account
hub / github.com/DTStack/molecule / onSelect

Method onSelect

src/components/select/select.tsx:29–29  ·  view source on GitHub ↗
(e: React.MouseEvent, selectedOption?: ISelectOptionProps)

Source from the content-addressed store, hash-verified

27 placeholder?: string;
28 children?: React.ReactNode;
29 onSelect?(e: React.MouseEvent, selectedOption?: ISelectOptionProps): void;
30}
31
32const initialValue = {

Callers 1

SelectClass · 0.65

Implementers 3

SelectLocaleActionsrc/i18n/selectLocaleAction.ts
ProblemsServicesrc/services/problemsService.ts
EditorTreeServicesrc/services/workbench/explorer/editor

Calls

no outgoing calls

Tested by

no test coverage detected