Why doesn't escape button notifies me that the selection changed ? (to unselected)
I have some validation on SelectionListener and pressing escape is jumping over my validation.
This is definitely not a normal behavior. I could do some JS when pressing escape from the table to press a hidden button to catch that event.
Am I missing something ?
A weird behavior is that for some other table the selectionEvent does get triggered at Escape Key !! ?
my bad. it works, my business seemed that the listener wasn't called.