You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SearchInput now works on its own - there is no possibility to make it behave differently.
Goal of this task it to split implementation to smaller blocks and enable users to use only part of the solution.
Export useSuggest hook in hooks folder
Enable support for returning suggest results (so we can implement our own select with results)
Add config object that enables to set bounds of suggest and category of results
Export useGeolocation hook in hooks folder
Create useReverseGeolocation hook consuming coordinates and returning list of values, based on passed config. Config should define limit of results and preferrably distance if API permits
Hooks should have be able to return results without changing map (setting map center)
The text was updated successfully, but these errors were encountered:
SearchInput now works on its own - there is no possibility to make it behave differently.
Goal of this task it to split implementation to smaller blocks and enable users to use only part of the solution.
Export
useSuggest
hook in hooks folderEnable support for returning suggest results (so we can implement our own select with results)
Add config object that enables to set bounds of suggest and category of results
Export
useGeolocation
hook in hooks folderCreate
useReverseGeolocation
hook consuming coordinates and returning list of values, based on passed config. Config should define limit of results and preferrably distance if API permitsHooks should have be able to return results without changing map (setting map center)
The text was updated successfully, but these errors were encountered: