<!--
{
  "availability" : [
    "tvOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITextField/DidEndEditingReason/cancelled",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UITextFieldDidEndEditingReason@UITextFieldDidEndEditingReasonCancelled"
  },
  "title" : "UITextField.DidEndEditingReason.cancelled"
}
-->

# UITextField.DidEndEditingReason.cancelled

The text field changes were aborted.

```
case cancelled
```

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)