Skip to content

Commit

Permalink
Update app.html
Browse files Browse the repository at this point in the history
changed 'Area (Square Feet)' type from 'email' to 'text'
  • Loading branch information
nilupulmanodya authored Nov 15, 2020
1 parent 9168aaa commit 4e93189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataScience/BangloreHomePrices/client/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="img"></div>
<form class="form">
<h2>Area (Square Feet)</h2>
<input class="area" type="email" id="uiSqft" class="floatLabel" name="Squareft" value="1000">
<input class="area" type="text" id="uiSqft" class="floatLabel" name="Squareft" value="1000">
<h2>BHK</h2>
<div class="switch-field">
<input type="radio" id="radio-bhk-1" name="uiBHK" value="1"/>
Expand Down

0 comments on commit 4e93189

Please sign in to comment.