GeekyAnts / GeekyAnts/NativeBase

Can I use disableOverlay or closeOnOverlayClick props in Select

Open
#4,923 1 comment 0 reactions 1 assignee Claimed by @Viraj-10 View on GitHub
bug stale triage v3
Dominant language
TypeScript
Stars
20.4k
Forks
2.4k
PR merge metrics
No merged PRs in 30d

Description

### Description

Can I use disableOverlay or closeOnOverlayClick props in Select

### CodeSandbox/Snack link

...

### Steps to reproduce

1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error

### NativeBase Version

3.4.1

### Platform

- [ ] Android
- [ ] CRA
- [X] Expo
- [X] iOS
- [ ] Next

### Other Platform

_No response_

### Additional Information

```

}}
_dark={{ bg: "coolGray.700" }}
dropdownIcon={

}
dropdownOpenIcon={

}
_actionSheetContent={{
boxSize:'400',
minW:'100%',
}}
onValueChange={itemValue => setSelectedPeriod(itemValue)}
>
{years.map( (item:any) =>

)}

```

* First problem is i have to click the right button for open select items,
* The second one is the new version come to overlay. It is good one but when click the outside of select item body not closed. If i want close it I have slide down or select one of item
* Third one is , react-navigation modal page the select item body open behind the modal page

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.