custom select over select 2 for matching algorithm field

This commit is contained in:
Corban-Lee Jones 2024-11-03 22:41:34 +00:00
parent 402fc0ccb6
commit 6ed8bdfc7a

View File

@ -22,7 +22,7 @@
<div class="col-12">
<div class="mb-4">
<label for="filterMatchingAlgorithm" class="form-label">Matching Algorithm</label>
<select name="filterMatchingAlgorithm" id="filterMatchingAlgorithm" class="select-2" data-field="matching_algorithm" tabindex="2"></select>
<select name="filterMatchingAlgorithm" id="filterMatchingAlgorithm" class="corbz-select" data-field="matching_algorithm" tabindex="2"></select>
<div class="form-text">The algorithm used to match against.</div>
</div>
</div>