sp-dev-fx-controls-react icon indicating copy to clipboard operation
sp-dev-fx-controls-react copied to clipboard

Can the Map control have autofill like the Location Picker control?

Open rzempo opened this issue 2 years ago • 2 comments

Category

[ ] Enhancement

[ ] Bug

[X] Question

Version

Please specify what version of the library you are using: [3.13.0]

Expected / Desired Behavior / Question

Is it posible for the Map control search to have autofill like feature similar the Location Picker control?

Observed Behavior

Map control search doesn't autofill like Location Picker control does.

Steps to Reproduce

  1. Create SPFx solution
  2. Add references for sp-dev-fx-controls-react
  3. Add examples for Map and Location Picker control
  4. Observe that Picker control search autofill address but Map control doesn't

rzempo avatar Jun 28 '23 20:06 rzempo

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

ghost avatar Jun 28 '23 20:06 ghost

Hi @rzempo,

I think that it's possible, since the Map control relies on Nominatim tool and this one can return 0 or n results based on your search.

Let's tag this issue as an enhancement idea rather than a question 🙂

michaelmaillot avatar Sep 13 '23 14:09 michaelmaillot