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
When typing something in the search (for example at vuejs.org/guide/), a dropdown of results appear. I can click on items listed in the dropdown, but if I press Enter, the dropdown disappears and the page is refreshed.
What I expect to happen
When pressing Enter, it would make sense to me if the top result in the search were navigated to, instead of refreshing the current page. If there's no top result, nothing should happen.
The text was updated successfully, but these errors were encountered:
<a name="1.1.1"></a>
## [1.1.1](v1.1.0...v1.1.1) (2016-03-16)
### Bug Fixes
* **algoliaOptions:** ensure we keep default options ([b284dda](b284dda)), closes [#78](#78)
* **autocomplete:** auto select top result ([473824a](473824a)), closes [#81](#81)
* **dev:** Fixed the dev example, targeting an existing index ([df13e34](df13e34))
* **website:** responsive logo ([b856d67](b856d67))
### Features
* **serve:** Add `npm run serve` to expose js and css locally ([31e5d13](31e5d13))
* **website:** community header ([366cc0d](366cc0d))
* **website:** Logo Update - Og screen + favicon ([c7eb54a](c7eb54a))
* **website:** removed demos ([6d8eb34](6d8eb34))
* **website:** update ([9498e3b](9498e3b))
* **website:** updated logo ([fa413d9](fa413d9))
What's happening
When typing something in the search (for example at vuejs.org/guide/), a dropdown of results appear. I can click on items listed in the dropdown, but if I press Enter, the dropdown disappears and the page is refreshed.
What I expect to happen
When pressing Enter, it would make sense to me if the top result in the search were navigated to, instead of refreshing the current page. If there's no top result, nothing should happen.
The text was updated successfully, but these errors were encountered: