Question

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 !! ?

Was it helpful?

Solution

my bad. it works, my business seemed that the listener wasn't called.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top