The question may seem pretty easy at first, but I've already had troubles with it for a few days.
So, my problem is that I would like to detect mouse click AND the selection when the ComboBox selection is open and the mouse click is made to choose the option.
So, what it should do is detect the MOUSE CLICK on the selection and also get the selected value as well:
PS: The code for my ComboBox can be seen here: Select JavaFX Editable Combobox text on click
Feel free to ask additional questions.