diff options
author | bobzel <zzzman@gmail.com> | 2022-03-19 18:12:41 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2022-03-19 18:12:41 -0400 |
commit | 16fcee6f6729a6250d8956b0bd4f4ba8fe533e7e (patch) | |
tree | 43ccdc1fce5c235d19ec08c65e3a409c7f7ae854 /src/client/views/nodes/MapBox/MapBox.tsx | |
parent | faf59388b9a8b4bf1f335b682d930ef14ab022a7 (diff) |
from last
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBox.tsx')
-rw-r--r-- | src/client/views/nodes/MapBox/MapBox.tsx | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.tsx b/src/client/views/nodes/MapBox/MapBox.tsx index fc1edb2b1..59e39e051 100644 --- a/src/client/views/nodes/MapBox/MapBox.tsx +++ b/src/client/views/nodes/MapBox/MapBox.tsx @@ -594,25 +594,7 @@ export class MapBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps <Autocomplete onLoad={this.setSearchBox} onPlaceChanged={this.handlePlaceChanged}> - <input ref={this.inputRef} - type="text" - placeholder="Customized your placeholder" - style={{ - boxSizing: `border-box`, - border: `1px solid transparent`, - width: `240px`, - height: `32px`, - padding: `0 12px`, - borderRadius: `3px`, - boxShadow: `0 2px 6px rgba(0, 0, 0, 0.3)`, - fontSize: `14px`, - outline: `none`, - textOverflow: `ellipses`, - position: "absolute", - left: "50%", - marginLeft: "-120px" - }} - /> + <input className="mapBox-input" ref={this.inputRef} type="text" placeholder="Enter location" /> </Autocomplete> {this.renderMarkers()} |