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

Added Autocomplete Control #2

Closed SkyeHoefling closed 5 years ago

SkyeHoefling commented 5 years ago

Added new Auto Complete control that supports both local data and a remote rest endpoint

Usage

Local Data

<nvq-autocomplete name="country" placeholder="My starter value" value="sample" width="300px" items-source="test, andrew, john, dave, dnn, dnncms, net, c#"></nvq-autocomplete>

Remote Data

<nvq-autocomplete name="country" placeholder="My starter value" width="800px" remote="true" items-source="http://localhost:53461/search/autocomplete/"></nvq-autocomplete>