mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Transformations: Autofocus on search when drawer opens (#95001)
This commit is contained in:
parent
bda27ec8c6
commit
cfc40b23d7
@ -84,6 +84,7 @@ export function TransformationPickerNg(props: TransformationPickerNgProps) {
|
||||
onKeyDown={onSearchKeyDown}
|
||||
suffix={suffix}
|
||||
ref={searchInputRef}
|
||||
autoFocus={true}
|
||||
/>
|
||||
<div className={styles.showImages}>
|
||||
<span className={styles.illustationSwitchLabel}>Show images</span>{' '}
|
||||
|
Loading…
Reference in New Issue
Block a user