We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to configure the widget so that existing input fields are automatically transferred to the search field for the address?
The text was updated successfully, but these errors were encountered:
You have version 1.6.0 from geocoding - new version is 1.13.0 and we can add a query als default string https://github.com/perliedman/leaflet-control-geocoder#options or can set with a method https://github.com/perliedman/leaflet-control-geocoder#methods
Sorry, something went wrong.
A new queryTemplate option for the widget could solve it, where several fields could be used as placeholder:
[ 'eval' => [ 'queryTemplate' => '{street} {streetNumber}, {city}' ] ]
Note: as I working on a replacement for the leaflet map, this new feature doesn't have a high priority.
dmolineus
No branches or pull requests
Is it possible to configure the widget so that existing input fields are automatically transferred to the search field for the address?
The text was updated successfully, but these errors were encountered: