Skip to content

'changed' event fires when list is not changed #5

@matthewdarwin

Description

@matthewdarwin

The selection is not changed when clicking in the list. You need to actually select the option. Therefore:

L.DomEvent.addListener(this._fullist, 'click', this._onListChange, this);

should be changed to

L.DomEvent.addListener(this._fullist, 'change', this._onListChange, this);
``

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions