Greeting,
In a autocomplete cell, is there any hook for the moment we select a field in the list ?
thank you
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/