Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ComboBox focus/cursor issue #436

Closed
kishubhatta opened this issue Nov 30, 2020 · 0 comments · Fixed by #447
Closed

ComboBox focus/cursor issue #436

kishubhatta opened this issue Nov 30, 2020 · 0 comments · Fixed by #447
Assignees
Labels
bug Something isn't working

Comments

@kishubhatta
Copy link

  1. Open https://codesandbox.io/s/carbon-components-svelte-combobox-jv8t2?file=/App.svelte
  2. Mouse-click inside the ComboBox area so options dropdown shows up, select one from the first ComboBox.
  3. Mouse-click inside the ComboBox area so options dropdown shows up, select one from the second ComboBox (notice how the focus is still with the first ComboBox with cursor blinking)
  4. Try clicking Search box, this does not get the focus. You are not allowed to type in.

Workaround:

  1. Click anywhere outside the Combo and Search box once, now the first ComboBox looses focus.
  2. Click inside the Search box, now this is accepted and one can see the typed out keys.
@metonym metonym self-assigned this Dec 5, 2020
@metonym metonym added the bug Something isn't working label Dec 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants