Transformations: Autofocus on search when drawer opens (#95001)
This commit is contained in:
+1
@@ -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>{' '}
|
||||
|
||||
Reference in New Issue
Block a user