We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99bf018 commit c7629bdCopy full SHA for c7629bd
1 file changed
src/sidebar/search/AddressInput.tsx
@@ -265,6 +265,7 @@ export default function AddressInput(props: AddressInputProps) {
265
highlightedItem={autocompleteItems[highlightedResult]}
266
onSelect={item => {
267
if (item instanceof GeocodingItem) {
268
+ setText(item.toText())
269
props.onAddressSelected(item.toText(), item.point)
270
} else if (item instanceof POIQueryItem) {
271
handlePoiSearch(poiSearch, item.result, props.map)
0 commit comments