We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd4ec3 commit a2b122eCopy full SHA for a2b122e
view.py
@@ -84,7 +84,7 @@ def make_layout(self):
84
dcc.Input(
85
id="input_name",
86
type='text',
87
- placeholder=self.username,
+ value=self.username,
88
),
89
html.Button('Previous', id='previous'),
90
html.Button('Next', id='next'),
0 commit comments