mousemke / flounder

Style-able dropdown replacement for native dropdowns
MIT License
9 stars 10 forks source link

[Search/Multitag] “No matches found” not displayed #171

Open conor-cafferkey-sociomantic opened 7 years ago

conor-cafferkey-sociomantic commented 7 years ago

Currently

Given a multitag Flounder:

  1. Select an option/tag
  2. Type a search that returns no results

No options are shown but No matches found message is not displayed.

Problem

A match is still being returned for the tag that has been selected (hidden by classes.SELECTED_HIDDEN).

Wanted

Either:

  1. Filter any selected options from the matches, or
  2. exclude selected options from the search in the first place