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
I decided to separate this issue, since the initial mentioning #3111 was closed. When you return search results with a url property, SUI pastes it inside a href attribute, and while you can click on a search result to follow it, or navigate using arrow keys, you can't follow a link by hitting Enter; it just pastes whatever it is inside a .title inside the search input.
Please see this JSFiddle for an example: type "an", choose a result with arrow keys and hit Enter.
The text was updated successfully, but these errors were encountered:
I am currently running into this bug. I changed the line @larsbo recommended to $link= $result.find('a[href]').eq(0) === [] ? $result.find('a[href]').eq(0) : $result.eq(0),
Its not elegant but i didn't want to touch too much of there code and it works.
Hello,
I decided to separate this issue, since the initial mentioning #3111 was closed. When you return search results with a
url
property, SUI pastes it inside ahref
attribute, and while you can click on a search result to follow it, or navigate using arrow keys, you can't follow a link by hitting Enter; it just pastes whatever it is inside a.title
inside the search input.Please see this JSFiddle for an example: type "an", choose a result with arrow keys and hit Enter.
The text was updated successfully, but these errors were encountered: