فهرست منبع

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

Owen Diffey 3 سال پیش
والد
کامیت
98c18c7343
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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">