# Sandbox.UI.TextEntry.UpdateAutoComplete

## Overload 1

```csharp
void UpdateAutoComplete()
```

Open the auto complete popup with values from [Sandbox.UI.TextEntry.AutoComplete](/api/Sandbox.UI.TextEntry/AutoComplete).
Close the popup if we have no auto complete entries.

## Overload 2

```csharp
void UpdateAutoComplete(object[] options)
```

Open the auto complete popup with given values.

### Parameters

- `options` (`object[]`)

Declared in [Sandbox.UI.TextEntry](/api/Sandbox.UI.TextEntry).
Assembly: `Sandbox.Engine`.
