<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/react](./react.md) &gt; [FieldWellItem](./react.fieldwellitem.md) &gt; [onChange](./react.fieldwellitem.onchange.md)

## FieldWellItem.onChange property

Change handler for the dropdown, presenting the new selected key.

<b>Signature:</b>

```typescript
onChange?: (key: string) => void;
```
