Team,
There is an issue I am facing with MultiSelectDropdown control.
When it gets into focus from previous field by use of Tab, after selecting value once, I am unable to select or unselect again unless user again clicks on the list using mouse.
My intention is to use this control without the need of mouse.
Here are the steps to reproduce this issue in provided demo solution (It can also be reproduced on Syncfusion official controls demo site)
1. Focus on first input control
2. Hit tab
3. Hit down arrow key to open drop down
4. Make some selections using space bar
5. Hit Tab, this will close the pop up
6. Again tab, to take focus to another control
7. Press Shift+Tab to bring focus back to syncfusion control
8. Open drop down using arrow keys
9. Try making different selections using space bar
Actual Result=> In step 9, user is just able to make selection once. Then he cannot select or unselect values. This issue persist ever after even if you change focus to different controls and bring back using tab
Expected Result=> User should be able to seamlessly select/unselect values when coming to the control using tab, as is normal cases.
Could you please provide a solution to this?
Thanks
Tuariq
Attachment:
MultiSelectDropdownFocusIssue_1f223380.zip