Hi, I have strange problem, action for choicebox works with previous value, and combobox don't have action at all.. it's bug or so?
c
Carlton Whitehead
09/18/2018, 11:39 AM
You want to receive the new value when the user changes it? If so, try valueProperty.onChange { }
s
seiv
09/18/2018, 11:46 AM
y, this will work I think.. I just have choicebox/combobox paired with button and tried to write like the button action. But result looks confusing to me 🙂
seiv
09/18/2018, 12:04 PM
with onChange works good, but imo need to remove action in choicebox then..