sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.29k stars 1.06k forks source link

JFXComboBox Multiple Selection feature #1069

Closed hasanli-orkhan closed 4 years ago

hasanli-orkhan commented 4 years ago

Hello! Is there support for multi-selection for JFXComboBox and if yes, how I can activate it? Thanks in advance!

P.S. Unfortunately, I haven't found anything in JavaDoc...

jfoenixadmin commented 4 years ago

Hello, JFXComboBox doesn't support multi selection. it inherits the behavior of Java ComboBox control. Feel free to add your own contribution to JFoenix.

Regards,