This repository has been archived by the owner on Jun 11, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): filter out falsy sources
This allows patterns like: ```js autocomplete({ // ... getSources({ query }) { return [ query && { /* ... */ }, ]; } }); ```
- Loading branch information