Skip to content

display of the suggestions #12

@ccloquet

Description

@ccloquet

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions