spotlight icon indicating copy to clipboard operation
spotlight copied to clipboard

Livewire component that brings Spotlight/Alfred-like functionality to your Laravel application.

Results 17 spotlight issues
Sort by recently updated
recently updated
newest added

I'm following the docs and this: ```html Toggle Spotlight ``` it doesn't seem to work. I have a clean installation of laravel and spotlight.

``Hi! I have a project that can search through a list of products. For better search result, I have connected my model with Laravel Scout and Algolia. When I search...

This PR adds a basic test suite for the existing functionality. Since I'm not too familiar with Livewire, I didn't add any tests using `Livewire::test()`. I also tried to mostly...

In README.md under **How to define search synonyms**, I believe it should be explicitly made clear the effect of the `filteredItems()` function using [Fuse JS](https://fusejs.io), to the end that the...

Path should be ``` vendor/wire-elements/spotlight/public/spotlight ``` instead of ``` vendor/livewire-ui/spotlight/resources/js/spotlight ```

### Issue I've noticed that some of my search results aren't appearing in the spotlight search results. They're actually returned as ```dependencyQueryResults```, which can be confirmed in alpinejs devtools, but...

Addresses discussion #56 Allows for default placeholder setting on page load by just passing in a property in the Livewire component. API is updated in the README.md

First of all, dope project! Would you be open to a PR or two to start adding tests for the existing functionality?

We're getting the following error when upgrading from Livewire 2 to Livewire 3. It only happens for commands that have a dependency, i.e., you press the first item, try to...