Mehr als 800.000 Unternehmen

in Sekunden gefunden!

x-data="searchSuggest"
class="h-full"
@click.outside="dropdownActive = false; hasFocus = false;"
> type="text"
name="tx_indexedsearch_pi2[search][sword]"
id="whatSearchField"
autocomplete="off"
class="h-full !pl-16 !pr-10 text-lg !mb-0 focus-visible:!ring-0 focus-visible:shadow-alternative hover:shadow-alternative transition"
placeholder="Firma oder Suchbegriff eingeben"
aria-label="Firma oder Suchbegriff eingeben"
data-value=""
role="combobox"
aria-autocomplete="none"
aria-controls="whatListbox"
:aria-expanded="dropdownActive"
:aria-activedescendant="hasFocus ? activeOption && activeOption.id : null"
x-ref="searchField"
x-model="value"
@focusin.window="checkSelectedOption(event)"
@input.debounce="clearActiveOption(); fetchData('/?type=1001712748892&tx_projectbase_whatsuggestions[term]=')"
@focus="hasFocus = true;"
@keydown.enter.prevent="activeOptionIndex === -1 ? $el.form.submit() : selectActiveOption()"
@keydown.escape="dropdownActive = false; clearActiveOption(); activeOptionIndex = -1;"
@keydown.tab="selectActiveOption()"
@keydown.up.prevent="ariaSelectPrev();"
@keydown.down.prevent="ariaSelectNext();"
@blur="handleBlur()"
/> type="hidden"
name="tx_indexedsearch_pi2[search][whatId]"
data-value="0"
x-ref="selectedOptionId"
x-model="selectedOptionId"
/> type="hidden"
name="tx_indexedsearch_pi2[search][whatIndustry]"
data-value="0"
x-model="selectedOptionIndustry"
x-ref="selectedOptionIndustry"
/> type="button"
class="absolute z-20 right-3 top-1/2 -translate-y-1/2 text-icon text-black cursor-pointer"
x-cloak
x-show="value !== ''"
@click="clearInput()"
>Eingabe löschen id="whatListbox"
role="listbox"
aria-label="Firma oder Suchbegriff eingeben"
class="absolute z-30 top-full right-px left-px bg-white px-14 pt-4 pb-10 max-h-[60vh] overflow-auto rounded-b -translate-y-0.5 shadow-alternative before:absolute before:top-0 before:h-px before:left-5 before:right-5 before:bg-gray"
x-cloak
x-show="dropdownActive"
x-ref="searchFieldDropdown"
>
x-data="searchSuggest"
class="h-full"
@click.outside="selectedOptionId === '' && clearInput(false); dropdownActive = false; hasFocus = false;"
> type="text"
name="tx_indexedsearch_pi2[search][where]"
id="whereSearchField"
autocomplete="off"
class="h-full !pl-16 !pr-10 text-lg !mb-0 focus-visible:!ring-0 focus-visible:shadow-alternative hover:shadow-alternative transition"
placeholder="Bezirk, Ort, PLZ..."
aria-label="Bezirk, Ort, PLZ..."
data-value=""
role="combobox"
aria-autocomplete="none"
aria-controls="whereListbox"
:aria-expanded="dropdownActive"
:aria-activedescendant="hasFocus ? activeOption && activeOption.id : ''"
x-ref="searchField"
x-model="value"
@input.debounce="clearActiveOption(); fetchData('/?type=1001712748893&tx_projectbase_wheresuggestions[term]=')"
@focus="hasFocus = true;"
@focusin.window="checkSelectedOption(event, true)"
@keydown.enter.prevent="(selectedOptionId !== '' && activeOptionIndex === -1) ? $el.form.submit() : selectActiveOption()"
@keydown.escape="dropdownActive = false"
@keydown.tab="selectActiveOption()"
@keydown.up="ariaSelectPrev();"
@keydown.down="ariaSelectNext();"
/> type="hidden"
name="tx_indexedsearch_pi2[search][whereId]"
data-value=""
x-ref="selectedOptionId"
x-model="selectedOptionId"
/> type="hidden"
name="tx_indexedsearch_pi2[search][whereRegion]"
data-value="0"
x-ref="selectedOptionRegion"
x-model="selectedOptionRegion"
/> type="button"
class="absolute z-20 right-3 top-1/2 -translate-y-1/2 text-icon text-black cursor-pointer"
x-cloak
x-show="value !== ''"
@click="clearInput()"
>Eingabe löschen id="whereListbox"
role="listbox"
aria-label="Bezirk, Ort, PLZ..."
class="absolute z-20 top-full right-px left-px bg-white px-14 pt-4 pb-10 max-h-[60vh] overflow-auto rounded-b -translate-y-0.5 shadow-alternative before:absolute before:top-0 before:h-px before:left-5 before:right-5 before:bg-gray"
x-cloak
x-show="dropdownActive"
x-ref="searchFieldDropdown"
>