mirror of
https://github.com/myfatemi04/wheelshare-frontend.git
synced 2025-04-21 19:29:51 -04:00
updated address design
This commit is contained in:
parent
76f2cd4c4a
commit
42dd311cdc
|
@ -202,12 +202,15 @@ const CreatePool = () => {
|
||||||
loading,
|
loading,
|
||||||
}) => (
|
}) => (
|
||||||
<div>
|
<div>
|
||||||
|
<label className="" htmlFor="address">
|
||||||
|
Address:
|
||||||
|
</label>
|
||||||
<input
|
<input
|
||||||
name="address"
|
name="address"
|
||||||
id="address"
|
id="address"
|
||||||
{...getInputProps({
|
{...getInputProps({
|
||||||
placeholder: 'Search Places ...',
|
placeholder: 'Search Places ...',
|
||||||
className: 'location-search-input',
|
className: 'location-search-input form-control',
|
||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
<div className="autocomplete-dropdown-container">
|
<div className="autocomplete-dropdown-container">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user