Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Dropdown timestamp missing #464

Open
matthijsramlab opened this issue Feb 20, 2019 · 4 comments
Open

Dropdown timestamp missing #464

matthijsramlab opened this issue Feb 20, 2019 · 4 comments

Comments

@matthijsramlab
Copy link

At the moment it is possible for a button to retrieve a timestamp:

n_clicks_timestamp | An integer that represents the time (in ms since 1970) at which n_clicks changed. This can be used to tell which button was changed most recently.

However, this option is not available for the dropdown menu. Would be nice if this would be implemented.

@Marc-Andre-Rivet
Copy link
Contributor

@matthijsramlab With the latest release of dash (0.38.0) you should now be able to fetch the prop that triggered the callback instead.

plotly/dash#608

@ale0xb
Copy link

ale0xb commented Feb 25, 2019

@Marc-Andre-Rivet I just upgraded to 0.38.0 and I'm still getting AttributeError: module 'dash' has no attribute 'callback'.
Weird, huh?

@Marc-Andre-Rivet
Copy link
Contributor

@ale0xb This issue is unrelated with the one you are experiencing. Please open an independent issue instead and I'll gladly provide support.

@ale0xb
Copy link

ale0xb commented Feb 25, 2019

sure, sorry about that!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants