NativeBase icon indicating copy to clipboard operation
NativeBase copied to clipboard

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

Open prpgan opened this issue 3 years ago • 4 comments

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)}>

prpgan avatar Jul 14 '22 18:07 prpgan

Thank you @prpgan for reaching out to us, We will look into it.

Krithikj20 avatar Jul 15 '22 05:07 Krithikj20

Hey @prpgan , Can you share snack link for the minimal reproduction of the issue ?

ankit-tailor avatar Jul 15 '22 07:07 ankit-tailor

Hi @ankit-tailor, I have tried to create the issue in snack as well as on android devices, but it seems this issue is only in IOS. My native-base version is 2.15.

prpgan avatar Jul 18 '22 06:07 prpgan

Hey @prpgan , This issue has been resolved in v3.4.9. Let me know if it doesn't work for you.

ankit-tailor avatar Jul 18 '22 08:07 ankit-tailor