Hey all I have an interesting issue. Seems I am not able to get my code to select the currently selected value. I have a focus and change event on it and it does fire off those just fine. however, it never displays the selected value once the combobox closes.
The App Settings sliders and the Populate Email button are outside of the tabPane. The Extract Type combobox is within the tabPane.
Only time it starts to work normally is when i click outside the tabPane and click a button or something like that. After doing that it will show the selected value. if I then select another value from the dropdown it now shows what I have selected.
BUT! There is another tab that I have the same combobox on and it works as it should...
What setting am I missing here?
I've tried a lot of ways to select the value to show it but nothing above seems to work. Whenever I try to check what the value is (
tab_extract_info_cbo_Extract_Type.getValue()) it always gives me the correct value even though its not showing up in the combobox.
The FXML for looks like this: