Skip to content

Commit

Permalink
I'm sorry DDElephant
Browse files Browse the repository at this point in the history
Rebased from commit 83ae5ff

Bug: #21
Change-Id: I10504bb03e3dd0bfd642c3e466ae20f034890b63
  • Loading branch information
lakejason0 authored and winstonsung committed Apr 29, 2024
1 parent 44f957e commit ca481ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/skins.lakeus.search/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +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";
this.$refs.searchForm.$el.id = "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 ca481ae

Please sign in to comment.