Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add events for when the popup is opened, and when selection changes #20

Closed
PeterStaev opened this issue Jul 7, 2016 · 4 comments
Closed
Milestone

Comments

@PeterStaev
Copy link
Owner

From @hvadotnarola here:

Hey is there method to be called upon opening popup and on selection(Closing) ?

@PeterStaev PeterStaev changed the title Add events for when the popup is open, and when selection changes Add events for when the popup is opened, and when selection changes Jul 7, 2016
@hchor
Copy link

hchor commented Jul 11, 2016

👍 should have an optional event handler to do something, once a selection is made.

@ghost
Copy link

ghost commented Oct 26, 2016

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); });

@PeterStaev PeterStaev added this to the Backlog milestone Nov 5, 2016
@relez
Copy link

relez commented Nov 23, 2016

Any update in this section???

Thanks!

@PeterStaev
Copy link
Owner Author

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 :)

@PeterStaev PeterStaev modified the milestones: 1.5.0, Backlog Nov 29, 2016
PeterStaev added a commit that referenced this issue Dec 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants