diff options
Diffstat (limited to 'src/components/Select/index.web.tsx')
-rw-r--r-- | src/components/Select/index.web.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Select/index.web.tsx b/src/components/Select/index.web.tsx index e9d26631c..0e6fa85ca 100644 --- a/src/components/Select/index.web.tsx +++ b/src/components/Select/index.web.tsx @@ -73,6 +73,7 @@ export function Trigger({children, label}: TriggerProps) { }, props: { ...props, + onPress: props.onClick, onFocus: onFocus, onBlur: onBlur, onMouseEnter, |