pnp / sp-dev-fx-controls-react

Reusable React controls for SPFx solutions
https://pnp.github.io/sp-dev-fx-controls-react/
MIT License
383 stars 380 forks source link

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

Open rzempo opened 1 year ago

rzempo commented 1 year ago

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
ghost commented 1 year ago

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

michaelmaillot commented 1 year ago

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 🙂