controlsfx / controlsfx

High quality UI controls to complement the core JavaFX distribution
https://controlsfx.org
BSD 3-Clause "New" or "Revised" License
1.58k stars 270 forks source link

Is there a combobox that can add nodes (labels, buttons) to to end of a text field? #1556

Open Stefman87 opened 3 months ago

Stefman87 commented 3 months ago

There is a CustomTextField that can add nodes to its end. I need similar functionality for ComboBox. Does controlsfx have something like this? If not, should it be added as a new control to the library?