GeekyAnts / GeekyAnts/NativeBase
Can I use disableOverlay or closeOnOverlayClick props in Select
- 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
Assessment
This issue has not been assessed yet.