Skip to content

Commit

Permalink
fix(core-components-select): fix onOpen description
Browse files Browse the repository at this point in the history
  • Loading branch information
reme3d2y committed May 28, 2020
1 parent 8892bd9 commit b28f75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/select/src/Component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export type SelectProps = {
) => void;

/**
* Обработчик выбора
* Обработчик открытия\закрытия селекта
*/
onOpen?: (payload?: { open?: boolean; name?: string }) => void;
};
Expand Down

0 comments on commit b28f75a

Please sign in to comment.