cljfx 2024-11-21

When working with :choice-box, is there a way to pass a list of maps as :items and tell the component to, say, use the :name key from each item map as the option value? The https://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/ChoiceBox.html#converterProperty seems related here, but I’m not quite sure how to use that in cljfx.

the solution is to use :combo-box instead

šŸ‘ 1