---
title: UITextField.DidEndEditingReason.cancelled
framework: uikit
role: symbol
role_heading: Case
path: uikit/uitextfield/didendeditingreason/cancelled
---

# UITextField.DidEndEditingReason.cancelled

The text field changes were aborted.

## Declaration

```swift
case cancelled
```

## Discussion

Discussion On tvOS, text field changes become cancelled when the user dismisses the text entry interface by pressing the Menu button.

## See Also

### Constants

- [UITextField.DidEndEditingReason.committed](uikit/uitextfield/didendeditingreason/committed.md)
