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

[Dropdown] - Search Dropdown should clear incomplete values in some missing cases #3029

Open
jaimehing opened this issue Sep 15, 2015 · 6 comments

Comments

@jaimehing
Copy link

Steps to Reproduce

  1. Instantiate a search selection dropdown
  2. Type something in the search box inside the dropdown and click somewhere else

Expected
The Dropdown should clear the search value

Result
The Dropdown does not clear the search value

@jlukic jlukic changed the title [Dropdown] - Search value not cleared on blur [Dropdown] - Search Dropdown should clear incomplete values Sep 17, 2015
@jlukic jlukic changed the title [Dropdown] - Search Dropdown should clear incomplete values [Dropdown] - Search Dropdown should clear incomplete values in some missing cases Sep 17, 2015
@jlukic jlukic added this to the 2.1.x milestone Sep 17, 2015
@jlukic jlukic modified the milestones: 2.1.x, 2.2.x May 15, 2016
@stale
Copy link

stale bot commented Jun 5, 2018

There has been no activity in this thread for 90 days. While we care about every issue and we’d love to see this fixed, the core team’s time is limited so we have to focus our attention on the issues that are most pressing. Therefore, we will likely not be able to get to this one.

However, PRs for this issue will of course be accepted and welcome!

If there is no more activity in the next 90 days, this issue will be closed automatically for housekeeping. To prevent this, simply leave a reply here. Thanks!

@stale stale bot added the stale label Jun 5, 2018
@brunotourinho
Copy link

bump

@jfayatkim
Copy link

This is an issue for us as well. It leaves users thinking they've selected something when they haven't selected anything valid.

@lubber-de

This comment was marked as spam.

@ziaratban
Copy link

ziaratban commented Apr 13, 2019

not fixed !
dropdown config :

 {
    minCharacters : 3,
    saveRemoteData : false,
    apiSettings : {
        url : 'index.php?query={query}',
        cache : false,
    },
}

when click on input, semantic-ui send a request with empty query to server and server return 10 result and dropdown show this results. then in search again , server return empty results and semantic-ui show previous results !!!!

@lubber-de

This comment was marked as spam.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants