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

On Blur input is cleared but filter is no reset #2

Open
Data-Meister opened this issue Jan 14, 2016 · 0 comments
Open

On Blur input is cleared but filter is no reset #2

Data-Meister opened this issue Jan 14, 2016 · 0 comments

Comments

@Data-Meister
Copy link

I'm using react-select version "0.9.1" via version 0.6.11_1 of your Meteor Library

The bug is fixed in version 1.0 of react-select.

Try this code:

<Select
  options   = {[
    { value: 'a',   label: 'A'   },
    { value: 'aa',  label: 'AA'  },
    { value: 'aaa', label: 'AAA' },
    { value: 'b',   label: 'B'   },
    { value: 'bb',  label: 'BB'  },
    { value: 'bbb', label: 'BBB' },
  ]}
/>

Now type "a" into the input box.

Now click away.

The inputValue is now ""

HOWEVER when you click the drop-down, only 3 values: 'A', 'AA', and 'AAA' are there.

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

1 participant