Make address selection searchable (#2739)

* Remove padding on address input if empty (#2141)

* Use Autocomplete to make address selection searchable (#2141)

* Adds AutoComplete Wrapper (#2141)
This commit is contained in:
Nicolas Gotchac
2016-10-20 10:25:20 +01:00
committed by Jaco Greeff
parent 9b246245bf
commit 1e21b07e07
7 changed files with 229 additions and 27 deletions

View File

@@ -36,3 +36,13 @@
vertical-align: top;
text-transform: uppercase;
}
.icon {
position: absolute;
left: 0;
top: 35px;
}
.paddedInput input {
padding-left: 46px !important;
}