No need item delete button.

I am using SfComboBox.


When IsEditable is false, the delete button of the item is displayed as shown in the red frame in the attached image.


Is there any way to turn this off?


Attachment: image1_b40d160f.zip

1 Reply 1 reply marked as answer

JK Jeya Kasipandi Syncfusion Team January 26, 2022 10:28 AM UTC

Hi Kenta,

We would like to inform you that, you can set  ShowClearButton to false to disable the delete button  in SfComboBox as like below code snippet.

Code snippet:

  <combobox:SfComboBox HeightRequest="40" IsEditableMode="False" ShowClearButton="False" x:Name="comboBox">

Please refer the below UG link for this

Sample Link:

Please check with the above and let us know if you have any concerns.

Regards,
Jeya K



Marked as answer
Loader.
Up arrow icon