Chris
cd65cba8c4
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
14 lines
362 B
PHP
14 lines
362 B
PHP
<h2>Dein Name wie der auf Teilnahmelisten zu finden ist</h2>
|
|
<input type="text" name="q"
|
|
hx-post="/smart/search"
|
|
hx-trigger="keyup changed delay:500ms"
|
|
hx-target="#search-results"
|
|
placeholder="Suchen..."
|
|
hx-indicator="#indicator"
|
|
>
|
|
|
|
<i id="indicator" class="fad fa-spinner-third fa-spin htmx-indicator"></i>
|
|
|
|
<div id="search-results"></div>
|
|
|