riophae / vue-treeselect

A multi-select component with nested options support for Vue.js
https://vue-treeselect.js.org/
MIT License
2.91k stars 509 forks source link

Pressing enter after invalid search selects last item in top of search results #442

Open wildhart opened 3 years ago

wildhart commented 3 years ago

Steps to reproduce:

  1. Start typing which brings up some search results
  2. Keep typing so that there are no results,
  3. Press enter

Expected result: nothing Actual result: item at the top of the most recent valid search results is selected.

Try it in the Flatten Search Results demo: https://vue-treeselect.js.org/#flatten-search-results Search for "germx" and press enter - Germany is selected.

Using current latest v0.4.0