cljfx

kenny 2024-11-21T16:26:00.674499Z

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.

vlaaad 2024-11-21T20:06:23.547309Z

the solution is to use :combo-box instead

šŸ‘ 1