Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the query text for the AutoSuggestBox.
Syntax
<div
data-win-control="WinJS.UI.AutoSuggestBox"
data-win-options="{ queryText : value}" >
</div>
var queryText = autoSuggestBox.queryText;
autoSuggestBox.queryText = queryText;
Property value
Type: String
The query text for the AutoSuggestBox. The maximum length is 2048 characters.
Requirements
Minimum WinJS version |
WinJS 4.0 |
Namespace |
WinJS.UI |