mercadolibre / chico

A collection of easy-to-use UI components.
http://chico.mercadolibre.com
MIT License
343 stars 87 forks source link

Autocomplete submit button not working when suggested option is highlighted #1230

Closed marcoscaceres26 closed 9 years ago

marcoscaceres26 commented 9 years ago

Steps to reproduce:

  1. display autocomplete's popover on type
  2. navigate through suggestion not selecting anyone but highlighting one of them
  3. mouse click on submit button (while the highlighted suggestion remains that way).

popover will close, but submit functionality will keep not working despite future click on submit button.

issue demo video

atma commented 9 years ago

This issue is related to an implementation of entire form and not autocomplete directly. Also looks like it is already resolved in original repo.