This is a migrated thread and some comments may be shown as answers.

AutoCompleteBox InputScope

2 Answers 59 Views
AutoCompleteBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rafał
Top achievements
Rank 1
Rafał asked on 15 Jun 2015, 02:46 PM
Is there a way to set InputScope on AutoCompleteBox? Setting InputScope on AutoCompleteTextBox inside AutoCompleteBox  does nothing.

2 Answers, 1 is accepted

Sort by
0
Ivaylo Gergov
Telerik team
answered on 19 Jun 2015, 07:03 AM
Hi,

I have attached a sample project where I change the InputScope property of the AutoCompleteTextBox and everything works as expected.

Please, let me know if this helps.

Regards,
Ivaylo Gergov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Rafał
Top achievements
Rank 1
answered on 19 Jun 2015, 10:03 AM
Thanks for the sample. It let me realize that it wasn't the InputScope that was the problem. I wanted to enable WordFlow on AutoCompleteBox and mistakenly made the assumption that it depended solely on InputScope. It seems that, unlike TextBox, AutoCompleteTextBox has IsTextPredictionEnabled property set to false by default. When set to true WordFlow became available on AutoCompleteBox (with InputScope="Search").
Tags
AutoCompleteBox
Asked by
Rafał
Top achievements
Rank 1
Answers by
Ivaylo Gergov
Telerik team
Rafał
Top achievements
Rank 1
Share this question
or