Requested hook: Dropdown list (on focus list item)

I need to data bind my hovered dropdown list item title in order to do logic with it without actually selecting it. How can I achieve this?
dropdown

Hey @alejandro24.daniel

we do not have any similar feature, but you should be able to achieve the goal using our hooks.

Here’s a simple example Handsontable example - JSFiddle - Code Playground

details:

  • using handsontable cell type
  • adding className for cells of the list
  • use className within the afterSelectionEnd hook to attach a new DIV

sample

If I misunderstood the case please provide more details.

Hi Alejandro,

I’m just double-checking if I can close the topic or there are still some unsolved queries.