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

# UITextField.DidEndEditingReason.committed

The text field changes were accepted by the user.

## Declaration

```swift
case committed
```

## Discussion

Discussion On tvOS, text field changes become committed when the user presses the Done button.

## See Also

### Constants

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