react-component / react-component/select

Bug: Keyboard not showing up on iOS after a value is set

Open
#541 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
938
Forks
482
Avg merge
15h 8m
Merged PRs (30d)
2

Description

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}

....
`

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue on the rc-select multiple demo URL with showSearch and a selected or controlled value, comparing iOS with Android. Trace the select's search and focus behavior after an option is chosen, then verify that the keyboard opens and filtering works on iOS without regressing Android behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.