Files
WYGIWYH/app/templates/cotton/config/search.html
2025-11-01 03:15:44 -03:00

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>