-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels