mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
New Select: Blur input on select (#21876)
This commit is contained in:
parent
3d8317a747
commit
5c54bd1e98
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user