diff --git a/src/components/renderer/form-list-table.vue b/src/components/renderer/form-list-table.vue index f2e6267f0..8a06acebc 100755 --- a/src/components/renderer/form-list-table.vue +++ b/src/components/renderer/form-list-table.vue @@ -249,7 +249,8 @@ export default { }, clearSearch(listType) { this.searchCriteria = ""; - this.toggleInput(listType); + this.performSearch(listType); + this.showInput = !this.showInput; }, /** * Set the badge's color of the filter selected