Clicking <InputRightElement> does not expand the <AutoCompleteList>
See original GitHub issue“@choc-ui/chakra-autocomplete”: “^4.3.4”
Clicking the <InputRightElement>
isn’t doing anything.
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@icy-meteor
onOpen
is the default return of Chakra’suseDisclosure
. 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.
LGTM. Thanks.