about summary refs log tree commit diff
path: root/src/components/Select/index.web.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Select/index.web.tsx')
-rw-r--r--src/components/Select/index.web.tsx1
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,