Replies: 6 comments
-
@ranjeshj @llongley or @kmahone have any of you all examined this before? |
Beta Was this translation helpful? Give feedback.
-
any help? |
Beta Was this translation helpful? Give feedback.
-
Well, I just ran into this same issue. The item is selected before the click is registered. Neither a click event nor a command is triggered. In my case, I want a button in the "Nothing found" item, and I'm using an itemtemplateselector for that. Has anyone found a workaround? |
Beta Was this translation helpful? Give feedback.
-
Experiencing the same issue. Any solution or workaround please? |
Beta Was this translation helpful? Give feedback.
-
I accidentally found the below workaround. I set the ItemsSource to delete the item from the drop down list. This is not the real workaround. Setting the text box to blank text surprisingly keeps the drop down list open and also removes the item from the drop down. For now, I will manage with this. But it is little ugly as sends multiple text change events.
|
Beta Was this translation helpful? Give feedback.
-
I do not understand why the workaround should help. If the button does not react, how can the user trigger the deletion of an item from the suggestion list so that it never shows up again? |
Beta Was this translation helpful? Give feedback.
-
I want the AutoSuggestBox items to have a button, i used a AppBarButton Everything works fine except that it does not look good at all
So I used Button instead of AppBarButton now The appearance is correct and excellent
But a new problem arises and when I click on the button, autosuggestbox Closes and also button click is not working but this problem does not exist in the AppBarButton
So how can I click on the button without selecting the AutoSuggestBox item?
Beta Was this translation helpful? Give feedback.
All reactions