Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashboard a11y tests #58122

Merged
merged 15 commits into from
Mar 2, 2020
Prev Previous commit
Next Next commit
Adding focusable=false to a range control as well
  • Loading branch information
Maja Grubic committed Mar 2, 2020
commit d67877bbf84a85a4011f2e5d094e331044889076
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export class ValidatedDualRange extends Component {
fullWidth={fullWidth}
value={this.state.value}
onChange={this._onChange}
focusable={false}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a comment above to make focusable again when #59039 is fixed

{...rest}
/>
</EuiFormRow>
Expand Down