Skip to content

Commit

Permalink
fix: select keyboard dissmiss
Browse files Browse the repository at this point in the history
  • Loading branch information
OverGlass committed Jun 12, 2024
1 parent cc1ac6b commit da4ff51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/base/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ const Select = <A extends string>({
<TouchableOpacity
onPress={() => {
setOpen(false)
if (search) Keyboard.dismiss()
onBlur?.()
}}
style={{ padding: 5 }}
Expand Down

0 comments on commit da4ff51

Please sign in to comment.