DevExtreme
DevExtreme copied to clipboard
List: focusStateEnabled should be considered when applying focus on deleting items (T1226030)
Description: When deleting list items it always focus on the item deleted even tho focusStateEnabled is false
Initial Solution: I add a conditional statement to check focusStateEnabled option is before processing focusListItem() method.