mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-17 22:39:49 +02:00
12 lines
350 B
HTML
12 lines
350 B
HTML
{% load i18n %}
|
|
<div id="search" class="mb-3">
|
|
<label class="w-100">
|
|
<input type="search"
|
|
class="form-control"
|
|
placeholder="{% translate 'Search' %}"
|
|
_="on input or search
|
|
show < tbody>tr /> in <table/>
|
|
when its textContent.toLowerCase() contains my value.toLowerCase()"/>
|
|
</label>
|
|
</div>
|