You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I enter something in a AutoSuggestBox the list is shown but when I select a value (by mouse or keyboard) the selected value is not set. It shows only the entered pattern.
When I enter something in a AutoSuggestBox the list is shown but when I select a value (by mouse or keyboard) the selected value is not set. It shows only the entered pattern.
<win-auto-suggest-box query-text="orderCtrl.variant" on-suggestions-requested="orderCtrl.requestSuggestions('variant', $event)"></win-auto-suggest-box>
Here the controller function:
The text was updated successfully, but these errors were encountered: