Skip to content

Commit 5181b62

Browse files
author
Sanajt Jana
committed
add 2nd field
1 parent 2b49750 commit 5181b62

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/App.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,15 @@ const App = () => {
1919
<div className="pt-3 pb-3">
2020
<input
2121
type="text"
22-
placeholder="Enter your name"
22+
placeholder="Full name"
23+
onChange={textEvent}
24+
value={Text}
25+
/>
26+
<br />
27+
<br />
28+
<input
29+
type="text"
30+
placeholder="Email"
2331
onChange={textEvent}
2432
value={Text}
2533
/>

0 commit comments

Comments
 (0)