---
title: "textInput(_:setCandidateSuggestions:)"
framework: browserenginekit
role: symbol
role_heading: Instance Method
path: "browserenginekit/betextinputdelegate/textinput(_:setcandidatesuggestions:)"
---

# textInput(_:setCandidateSuggestions:)

Provides text suggestions to the system.

## Declaration

```swift
func textInput(_ textInput: any BETextInput, setCandidateSuggestions suggestions: [BETextSuggestion]?)
```

## Discussion

Discussion For example, suggestions could include data list elements or AutoFill candidates.
