New Select: Blur input on select (#21876)

This commit is contained in:
Tobias Skarhed 2020-02-04 11:35:18 +01:00 committed by GitHub
parent 3d8317a747
commit 5c54bd1e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,6 +232,7 @@ export function SelectBase<T>({
menuShouldScrollIntoView: false, menuShouldScrollIntoView: false,
renderControl, renderControl,
captureMenuScroll: false, captureMenuScroll: false,
blurInputOnSelect: true,
}; };
// width property is deprecated in favor of size or className // width property is deprecated in favor of size or className