---
title: isAutomaticTextCompletionEnabled
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextfield/isautomatictextcompletionenabled
---

# isAutomaticTextCompletionEnabled

A Boolean value that indicates whether the text field automatically completes text as the user types.

## Declaration

```swift
var isAutomaticTextCompletionEnabled: Bool { get set }
```

## See Also

### Supporting Text Completion and Suggestions

- [NSTextSuggestionsDelegate](appkit/nstextsuggestionsdelegate.md)
- [NSSuggestionItem](appkit/nssuggestionitem.md)
- [NSSuggestionItemResponse](appkit/nssuggestionitemresponse.md)
- [NSSuggestionItemSection](appkit/nssuggestionitemsection.md)
