-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG] Pattern-Matching Callbacks ALL
inconsistent order in dash 2.7.1
#2368
Comments
T4rk1n
changed the title
Pattern-Matching Callbacks
[BUG] Pattern-Matching Callbacks Jan 9, 2023
ALL
inconsistent order in dash 2.7.1 [BUG]ALL
inconsistent order in dash 2.7.1
BUG reappear in some circumstances | dash 2.18.1 code :
can we have [ {'id':'id1, 'value':3} ] in this format when State({'type':'input','id': ALL}, 'value') like this ? |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Describe your context
Please provide us your environment, so we can easily reproduce the issue.
pip list | grep dash
belowDescribe the bug
In
Dash
2.7.1, the order of Pattern-MatchingALL
Inputs will be inconsistent with the order of the elements in the web page, here's how the same code behaves differently in versions 2.7.0 and 2.7.1:The source code for this example is as follows:
@T4rk1n @alexcjohnson
The text was updated successfully, but these errors were encountered: