You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproduce:
Try to click the textarea and then on one of the suggestion. Nothing happens.
However, if you remove the manual trigger (line 23) from the JS, hit Run, and then try again, the suggestion will be clickable.
The text was updated successfully, but these errors were encountered:
…batchev#28 - Suggestions aren't clickable when autocomplete is manually shown
Problem is that the click event does not fire for some reason, however
the mouseup event does. Likely browser lacking support, or the click
event is cancelled by a bubbling event. However, this fixes the issue.
Testcase
Reproduce:
Try to click the textarea and then on one of the suggestion. Nothing happens.
However, if you remove the manual trigger (line 23) from the JS, hit Run, and then try again, the suggestion will be clickable.
The text was updated successfully, but these errors were encountered: