anyone know what i'm doing wrong here with my binding? i have an object property (selectedItemProperty). i've attached a listener to that property and it emits as expected, but when i add a listener to my stringBinding it does not emit.
I think i'm going crazy cuz now if i print out the value of the StringBinding from my selectedItemProperty listener lambda, THAT triggers the listener on the StringBinding which makes no sense to me.