Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pressing enter in search box only refreshes current page #81

Closed
chrisvfritz opened this issue Mar 14, 2016 · 1 comment
Closed

Pressing enter in search box only refreshes current page #81

chrisvfritz opened this issue Mar 14, 2016 · 1 comment

Comments

@chrisvfritz
Copy link

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.

@maxiloc
Copy link
Contributor

maxiloc commented Mar 14, 2016

Indeed this is not expected. Thanks for reporting it

@redox redox closed this as completed in 473824a Mar 16, 2016
redox added a commit that referenced this issue Mar 16, 2016
<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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants