PanelEdit: fixes search bar not behaving correctly (#34391)

This commit is contained in:
Uchechukwu Obasi 2021-05-19 15:02:40 +01:00 committed by GitHub
parent c1ec13035d
commit de95bf2c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}