GeekyAnts / GeekyAnts/NativeBase

Selected Item in picker showing in Uppercase.(Ios only)

Open
#5,159 4 comments 0 reactions 2 assignees Claimed by @ankit-tailor View on GitHub
bug triage v2
Dominant language
TypeScript
Stars
20.4k
Forks
2.4k
PR merge metrics
No merged PRs in 30d

Description

### Description

When I Select the item from the picker the item shwing in uppercase, although my items are in the normal form. For android this is working fine this issue is for IOS only. There is any property that I am missing to add?

### CodeSandbox/Snack link

https://codesandbox.io/s/native-base-v3-template-mq6ox?file=/src/App.tsx

### Steps to reproduce

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

### NativeBase Version

2.3

### Platform

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

### Other Platform

_No response_

### Additional Information

}
mode="dropdown"
style={styles.pickerItemStyle}
selectedValue={selectedValue} //showing TEXT instead of text.
onValueChange={(value) => onSetFinancialYear(value)}>




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.