ComboBox: Delete the whole text by pressing delete or backspace when ComboBox is in Contains TextSearchMode
When "TextSearchMode" is set to "Contains", IsEditable="True" and IsReadOnly="True": it should be possible to select all or some of the text and by pressing delete or backspace the selected text should be removed.