Skip to content

Commit a4c2edf

Browse files
Added Placeholder text
1 parent 6067a2b commit a4c2edf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/forms/AddUserForm.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ const AddUserForm = (props) => {
2828
<input
2929
type="text"
3030
name="name"
31+
placeholder="Name"
3132
value={user.name}
3233
onChange={handleInputChange}
3334
/>
3435
<label>Username</label>
3536
<input
3637
type="text"
3738
name="username"
39+
placeholder="Username"
3840
value={user.username}
3941
onChange={handleInputChange}
4042
/>

0 commit comments

Comments
 (0)