VanillaAutoComplete Example
It's a simple AutoComplete in JS Vanilla
Options
| Property | Default/Type | Description |
|---|---|---|
| selector | string or object selector | Required selector for construct Calendar |
| onSelect | Callback function |
A callback function to capture the date selected
onSelect((data, element, event) => {
})
|