get-focus / deprecated-focus-components-v3

A set of atomic web components based on material design to build modern interfaces easily.
http://getfocus.io/focus-documentation/
MIT License
2 stars 3 forks source link

[AutocompleteSelect] Fixing click propagation #131

Closed GuenoleK closed 7 years ago

GuenoleK commented 7 years ago

[AutocompleteSelect] Fixing click propagation

Description

Case : when an autocomplete is in a modal, then we click on a option but the option exceed the modal size it closed this modal.

Fixes #110 #109