Skip to content

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

@Data-Meister

Description

@Data-Meister

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions