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
…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.
In the example here, http://textextjs.com/manual/examples/autocomplete-with-custom-render.html, the suggestions are not clickable. I've tried FF11 and IE9 on Windows 7.
Additionally, with my own custom render, slightly more simple than the example, of
"suggestion" is clickable but the paragraph element is not.
What is TextExt looking for here? How do I make an entire custom rendered suggestion clickable?
The text was updated successfully, but these errors were encountered: