Explorar o código

feat(AdvancedTable): Advanced filter apply by pressing enter within input

Owen Diffey %!s(int64=3) %!d(string=hai) anos
pai
achega
98c18c7343
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      frontend/src/components/AdvancedTable.vue

+ 1 - 0
frontend/src/components/AdvancedTable.vue

@@ -95,6 +95,7 @@
 										type="text"
 										placeholder="Search value"
 										:disabled="!filter.filterType"
+										@keydown.enter="applyFilterAndGetData()"
 									/>
 								</p>
 								<div class="control">