dotMorten / MauiEx

A set of .NET MAUI controls
Apache License 2.0
224 stars 55 forks source link

Clear button removed when suggestion is selected #53

Closed robiharid closed 4 years ago

robiharid commented 5 years ago

Fantastic package.

One problem: When I select an item from my drop down, the clear button (x on the right hand side) gets removed and I am unable to remove suggestions manually using delete.

How can I keep the x button in case the wrong suggestion has been made?

Also, if I select another entry field and return to the AutoSuggestBox, the Suggest box locks up and I am unable to edit or remove my search bar text.

dotMorten commented 5 years ago

@robiharid Which platform?

dotMorten commented 4 years ago

Closing due to no activity. Feel free to re-open with more info

xFoRdeX commented 2 years ago

I re open this. I have the same issue on UWP. So I create a button that clear the text and reset the item source but when I click, i instantly lost focus when i'm trying to write some text in the component.

dotMorten commented 2 years ago

@xFoRdeX uwp is just the native control as is and this control is meant to mimic uwp behavior as close as possible on Android and iOS