From 2202a9d6ec7e7045e2ef7adc2799be2ebda3d6b8 Mon Sep 17 00:00:00 2001 From: lakejason0 Date: Mon, 20 Sep 2021 17:05:22 +0800 Subject: [PATCH] Fix a bug maybe? Rebased from commit d2ebae99588e7ef3996e8ecf35e666cd46987ed2 Bug: #21 Change-Id: I0a4f14d2ad6597d779cfeea60dc2dc16b7ed1631 --- resources/skins.lakeus.search/App.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/skins.lakeus.search/App.vue b/resources/skins.lakeus.search/App.vue index 211416a..40a0d96 100644 --- a/resources/skins.lakeus.search/App.vue +++ b/resources/skins.lakeus.search/App.vue @@ -31,6 +31,7 @@ module.exports = { // access the element associated with the wvui-typeahead-search component // eslint-disable-next-line no-jquery/variable-pattern var wvuiSearchForm = this.$refs.searchForm.$el; + this.$refs.searchForm.$el = "p-search"; if (this.autofocusInput) { // TODO: The wvui-typeahead-search component accepts an id prop but does not // display that value as an HTML attribute on the form element.