config('default-behavior.shortcuts', []) as $key) @keydown.window.prevent.cmd.{{ $key }}="toggle()" @keydown.window.prevent.ctrl.{{ $key }}="toggle()" @endforeach x-show="active">
@if($this->activeTokens->isNotEmpty())
@foreach($this->activeTokens as $token)
{{ $token->text }}
/
@endforeach
@endif
config('default-behavior.debounce_milliseconds') }}ms="query" x-bind:placeholder="selection()?.typeahead ?? selection()?.title ?? '{{ __('wire-elements-pro::spotlight.search_or_jump_to') }}'" class="wep-spotlight-input">
@if($initialised && isset($this->results))
@forelse($this->results as $groupIndex => $group)

{{ $group->title() }}

    @foreach($group->items() as $index => $item) @includeIf($item->view()) @endforeach
@empty @includeIf('wire-elements-pro::spotlight.no-results') @endforelse
@if($tip || $helpers) @endif @endif