Hi !
Thank you for this great plugin !
I am using it in a Cordova app, with Leaflet 1.
By default, only 1 suggestion is displayed, even if I ask for 7. No idea why, but to mitigate the problem, I added this css style :
.photon-autocomplete li
{
color: black;
}
Also, to have a smaller margin, which is crucial on a mobile device, I just added the in the same style
.photon-autocomplete li
{
margin-left: -2em;
}
Hi !
Thank you for this great plugin !
I am using it in a Cordova app, with Leaflet 1.
By default, only 1 suggestion is displayed, even if I ask for 7. No idea why, but to mitigate the problem, I added this css style :
.photon-autocomplete li
{
color: black;
}
Also, to have a smaller margin, which is crucial on a mobile device, I just added the in the same style
.photon-autocomplete li
{
margin-left: -2em;
}