Skip to content

Commit

Permalink
text field
Browse files Browse the repository at this point in the history
  • Loading branch information
bkawk committed Nov 21, 2018
1 parent cfaf44c commit 712b72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/dashboard/profile-route.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ class ProfileRoute extends PolymerElement {
<input id="addressFlatNumber" value="{{addressFlatNumber::input}}" name="addressFlatNumber" type="number" class="text">
<small class="comment error">[[addressFlatNumberError]]</small>
<label>Building Name</label>
<input id="addressBuildingName" value="{{addressBuildingName::input}}" name="addressBuildingName" type="number" class="text">
<input id="addressBuildingName" value="{{addressBuildingName::input}}" name="addressBuildingName" type="text" class="text">
<small class="comment error">[[addressBuildingNameError]]</small>
<label>Building Number</label>
<input id="addressBuildingNumber" value="{{addressBuildingNumber::input}}" name="addressBuildingNumber" type="number" class="text">
Expand Down

0 comments on commit 712b72f

Please sign in to comment.