We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59af55 commit 6fe9fa2Copy full SHA for 6fe9fa2
docs/source/guides/adding-interactivity/dangers-of-mutability/_examples/dict_update.py
@@ -28,13 +28,13 @@ def handle_email_change(event):
28
),
29
30
html.label(
31
- "First name: ",
+ "Last name: ",
32
html.input(
33
{"value": person["last_name"], "onChange": handle_last_name_change},
34
35
36
37
+ "Email: ",
38
39
{"value": person["email"], "onChange": handle_email_change},
40
0 commit comments