Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Autocomplete inside "label" tag. #218

@MaxBoltik

Description

@MaxBoltik

If we put Autocomplete inside label tag, we will get funny behavior.
When we click on item in the list, click event propagates to label tag and input tag gets focus.
As a result, list doesn't hide after we click on item.
I think event.stopPropagation() on click event solves the problem.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions