mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
PanelEdit: fixes search bar not behaving correctly (#34391)
This commit is contained in:
parent
c1ec13035d
commit
de95bf2c04
@ -50,7 +50,7 @@ export const SpanNullsEditor: React.FC<FieldOverrideEditorProps<boolean | number
|
||||
<RadioButtonGroup value={value} options={GAPS_OPTIONS} onChange={onChange} />
|
||||
{isThreshold && (
|
||||
<Input
|
||||
autoFocus={true}
|
||||
autoFocus={false}
|
||||
placeholder="never"
|
||||
width={10}
|
||||
defaultValue={formattedTime}
|
||||
|
Loading…
Reference in New Issue
Block a user