mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-30 06:02:10 +02:00
12 lines
366 B
HTML
12 lines
366 B
HTML
{% load i18n %}
|
|
<div id="search" class="mb-3">
|
|
<label class="w-full">
|
|
<input type="search"
|
|
class="input input-bordered w-full"
|
|
placeholder="{% translate 'Search' %}"
|
|
_="on input or search
|
|
show < tbody>tr /> in <table/>
|
|
when its textContent.toLowerCase() contains my value.toLowerCase()"/>
|
|
</label>
|
|
</div>
|