File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -57,17 +57,18 @@ const SearchInput = compose(
5757 return (
5858 < div className = "map_autocomplete" >
5959 < StandaloneSearchBox ref = { refs } onPlacesChanged = { onPlacesChanged } >
60- < Input
61- id = "map_autocomplete_input"
62- type = "text"
63- addonBefore = " "
64- defaultValue = ""
65- value = { locationInput . searchedLocation || '' }
66- placeholder = "Search “Vietnam, Asia”"
67- size = "large"
68- onChange = { handleOnChange }
69- onPressEnter = { handleOnPressEnter }
70- />
60+ < label >
61+ Search “Vietnam, Asia”
62+ < Input
63+ id = "map_autocomplete_input"
64+ type = "text"
65+ defaultValue = ""
66+ value = { locationInput . searchedLocation || '' }
67+ size = "large"
68+ onChange = { handleOnChange }
69+ onPressEnter = { handleOnPressEnter }
70+ />
71+ </ label >
7172 </ StandaloneSearchBox >
7273 </ div >
7374 ) ;
You can’t perform that action at this time.
0 commit comments