We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cddff commit 1f33234Copy full SHA for 1f33234
src/Select.jsx
@@ -49,7 +49,6 @@ const Select = createClass({
49
showSearch: true,
50
allowClear: false,
51
placeholder: '',
52
- firstActiveValue: '',
53
onChange: noop,
54
onFocus: noop,
55
onBlur: noop,
tests/__snapshots__/SelectTrigger.spec.js.snap
@@ -61,6 +61,7 @@ exports[`SelectTrigger renders correctly 1`] = `
61
<DropdownMenu
62
defaultActiveFirstOption={undefined}
63
dropdownMenuStyle={undefined}
64
+ firstActiveValue={undefined}
65
inputValue={undefined}
66
menuItems={undefined}
67
multiple={undefined}
0 commit comments