Just noticed something very problematic. It seems ...
# tornadofx
t
Just noticed something very problematic. It seems the JavaFX
ComboBox
does not like null values at all. Try selecting
null
in the dropdown and it will throw an error.
I will update my distribution and try it out
c
Great solution. I’ve been using Optional for a while with Guava and now the JDK
c
Thanks!