nvisionative / nvQuickComponents

nvQuickComponents is a collection of versatile web components, based 100% on web standards, to help developers break free from framework churn.
GNU General Public License v3.0
12 stars 5 forks source link

[AutoComplete] Displays incorrect results when a ',' is included in the response #8

Closed SkyeHoefling closed 5 years ago

SkyeHoefling commented 5 years ago

The Autocomplete control displays extra results when there is a ',' in the result. We need to update our parsing logic to use the JSON object instead of splitting it by ','