Skip to content

Commit 4e93189

Browse files
Update app.html
changed 'Area (Square Feet)' type from 'email' to 'text'
1 parent 9168aaa commit 4e93189

File tree

1 file changed

+1
-1
lines changed
  • DataScience/BangloreHomePrices/client

1 file changed

+1
-1
lines changed

DataScience/BangloreHomePrices/client/app.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="img"></div>
1111
<form class="form">
1212
<h2>Area (Square Feet)</h2>
13-
<input class="area" type="email" id="uiSqft" class="floatLabel" name="Squareft" value="1000">
13+
<input class="area" type="text" id="uiSqft" class="floatLabel" name="Squareft" value="1000">
1414
<h2>BHK</h2>
1515
<div class="switch-field">
1616
<input type="radio" id="radio-bhk-1" name="uiBHK" value="1"/>

0 commit comments

Comments
 (0)