I filled up a combobox with the values from an Enum.
Now a combobox is text right? So I\'m using a getter and a setter. I\'m having problems reading the text.
The combobox starts at index -1, which has no text, thus an empty string: ""
I then change the index to a BookType that I need and then I get the wrong output...