A Hook for a list?

Tags: #<Tag:0x00007f8b1cfe2938>

Greeting,
In a autocomplete cell, is there any hook for the moment we select a field in the list ?
thank you

Hi @alexandre.quere

If you use the key to navigate in options you could apply beforeKeyDown.
Here is a demo - https://jsfiddle.net/ph89djxg/

Thanks a lot @piotr.nowak but the users may use the mouse too. any idea ?

A moment of selecting a value from an autocomplete cell type is also a moment of change so I would recommend afterChange hook https://jsfiddle.net/ewb9vxhn/