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 6067a2b commit a4c2edfCopy full SHA for a4c2edf
src/forms/AddUserForm.js
@@ -28,13 +28,15 @@ const AddUserForm = (props) => {
28
<input
29
type="text"
30
name="name"
31
+ placeholder="Name"
32
value={user.name}
33
onChange={handleInputChange}
34
/>
35
<label>Username</label>
36
37
38
name="username"
39
+ placeholder="Username"
40
value={user.username}
41
42
0 commit comments