Skip to content

Commit a2b122e

Browse files
committed
Fix empty ID
1 parent 4fd4ec3 commit a2b122e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def make_layout(self):
8484
dcc.Input(
8585
id="input_name",
8686
type='text',
87-
placeholder=self.username,
87+
value=self.username,
8888
),
8989
html.Button('Previous', id='previous'),
9090
html.Button('Next', id='next'),

0 commit comments

Comments
 (0)