mercadolibre / chico

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

Wrong behaviour when selecting autocomplete item on touch enabled devices #1253

Closed atma closed 8 years ago

atma commented 9 years ago

When there are many options suggested by autocomplete user naturally do a scroll to access the bottom items. But it is not possible since the ch.onpointerdown is the event to trigger select. Replace with a ch.onpointertap to permit scroll while dragging the items.

atma commented 8 years ago

There is no issue anymore when using pointer events (pointertap).