+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "EventsWithValidation"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
+++
## EventsWithValidation enum
### EventsWithValidation enum
Signature
```typescript
export declare enum EventsWithValidation
```
Import
```typescript
import { EventsWithValidation } from '@grafana/ui';
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| onBlur | "onBlur"
| |
| onChange | "onChange"
| |
| onFocus | "onFocus"
| |