i have a ComboBox with the following items:
Mateus
Marina
Josefina
In swing, if i type a part of a name, e.g, 'MAR', it selects the item 'Marina', but in JavaFX, id toes nothing. The user have to search through the items by scrolling or using arrow keys (both searching the items one by one). How can i get something like this to work in JavaFX ComboBox?