Skip to content

Commit b50a647

Browse files
Update knowledge-base/ios-autocomplete-text-prediction-issue.md
Co-authored-by: Yordan <[email protected]>
1 parent 670e3f5 commit b50a647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/ios-autocomplete-text-prediction-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This knowledge base article also answers the following questions:
2626

2727
## Solution
2828

29-
Disable the iOS auto-correction feature to ensure the correct item is inserted upon selection. The `RadAutoComplete` uses the `RadTextInput` control internally, which inherits from the Microsoft MAUI Entry control. You can set the `IsTextPredictionEnabled` property of the `RadTextInput` to `False` using the `TextInputStyle` property of RadAutoComplete.
29+
Disable the iOS auto-correction feature to ensure the correct item is inserted upon selection. The `RadAutoComplete` uses the `RadTextInput` control internally, which inherits from the Microsoft MAUI Entry control. You can set the `IsTextPredictionEnabled` property of the `RadTextInput` to `False` using the `TextInputStyle` property of `RadAutoComplete`.
3030

3131
1. Define a style for RadTextInput in the `ResourceDictionary`.
3232
2. Set the `IsTextPredictionEnabled` property to `False` in the style.

0 commit comments

Comments
 (0)