TimePickerSettings: make label appropriately link to input when clicked (#41638)

This commit is contained in:
Uchechukwu Obasi 2021-11-12 14:00:51 +01:00 committed by GitHub
parent 9b9e41e036
commit d91e2ff632
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ export class TimePickerSettings extends PureComponent<Props, State> {
description="Enter 1m to ignore the last minute. It might contain incomplete metrics."
>
<Input
id="now-delay-input"
invalid={!this.state.isNowDelayValid}
placeholder="0m"
onChange={this.onNowDelayChange}