DevExtreme icon indicating copy to clipboard operation
DevExtreme copied to clipboard

List: focusStateEnabled should be considered when applying focus on deleting items (T1226030)

Open nikkithelegendarypokemonster opened this issue 1 year ago • 0 comments

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.