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.
2 parents be82880 + b3a1c9d commit 249fb24Copy full SHA for 249fb24
src/components/Form/Fields/Select.js
@@ -89,6 +89,7 @@ class Select extends PureComponent {
89
input.onBlur(input.value);
90
}
91
}}
92
+ blurInputOnSelect={false}
93
{...rest}
94
>
95
{children}
0 commit comments