In the `MultiSelect` control, when the user attempts to remove a selected option using the keyboard backspace key on an Android device, the action fails to delete the individual chip. This behavior prevents users from efficiently managing their selections using common keyboard shortcuts.
Note : BLAZOR MAUI
Replication Procedure:
Run the sample
Select the value
Remove the value , using vitrual keyboard delete action.
Expected Output:
Pressing the backspace key should remove the last selected chip in the `SfMultiSelect` control, allowing users to manage their selections directly from the keyboard.
Current Output:
The backspace key action does not remove any chips, making it difficult for users to edit their selection.