select
select copied to clipboard
Bug: Keyboard not showing up on iOS after a value is set
The system keyboard of Apple iOS (13.6.1 and other) isn't opening once an option is chosen or the prop value is set. Same is working as expected on Android - as usual.
Minimal example: `<Select showSearch placeholder="Select a person" // value={13}
.... </Select>`
You can test it on your own using the rc-select demo pages:
https://select.react-component.now.sh/?path=/story/rc-select--multiple
Open the link on your Android phone and click on the select box. The drop-down will open and the system keyboard is visible. On Apple iOS the keyboard is missing. Based on this it's not possible to filter large lists or search for entries after an option was chosen.
Additional information: Choosing an option on iphone will not close the keyboard.