Closed PeterStaev closed 7 years ago
:+1: should have an optional event handler to do something, once a selection is made.
For now i have found a way around this with observer change listener where i can listen for selected index change value.
observableObject.on(observableModule.Observable.propertyChangeEvent, function(propertyChangeData){ console.log(propertyChangeData.propertyName + " has been changed and the new value is: " + propertyChangeData.value); });
Any update in this section???
Thanks!
Hey @relvis , this is on my radar, but sadly not much time lately to add couple of long awaited functions (including this one). Stay tuned :)
From @hvadotnarola here: