question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Clicking <InputRightElement> does not expand the <AutoCompleteList>

See original GitHub issue

image

@choc-ui/chakra-autocomplete”: “^4.3.4”

Clicking the <InputRightElement> isn’t doing anything.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:12 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
anubra266commented, Aug 4, 2021

@icy-meteor onOpen is the default return of Chakra’s useDisclosure. and right, it’s a callback that gets fired when something gets opened. But the verb open is just like a variable name, so we say, open the list, when the variable open is true. Besides, changing this will be a breaking change.

And you can close this if it’s working well for you.

0reactions
rahulsuresh-gitcommented, Aug 4, 2021

LGTM. Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

AutoComplete not working correctly - Outlook - Microsoft Learn
Fix AutoComplete not working with a few clicks of the mouse. ... first troubleshooting step should be to clear out the Auto-Complete list....
Read more >
Click event on javascript based autocomplete/dropdown menu ...
The problem is, that you expect the .autocomplete elements to hide when body is clicked $(document.body).addEvent('click', function() ...
Read more >
Input - Chakra UI
Input component is a component that is used to get user input in a text field. ... or InputRightElement to ensure that clicking...
Read more >
Fixed: Autocomplete is messed up in Outlook - Slipstick Systems
Users are reporting a problem in Outlook 2019, 2016, and Outlook 365: the autocomplete list opens upward, not downward, and the autocomplete lines...
Read more >
Editable Combobox With List Autocomplete Example - W3C
When the listbox appears, a suggested name is not automatically selected. Thus, after typing, if the user tabs or clicks out of the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found