Skip to content

Commit

Permalink
Fix a bug maybe?
Browse files Browse the repository at this point in the history
Rebased from commit d2ebae9

Bug: #21
Change-Id: I0a4f14d2ad6597d779cfeea60dc2dc16b7ed1631
  • Loading branch information
lakejason0 authored and winstonsung committed Apr 30, 2024
1 parent 5b6d817 commit 2202a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/skins.lakeus.search/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2202a9d

Please sign in to comment.