diff --git a/groups/home/bootstrap3/src/main5.js b/groups/home/bootstrap3/src/main5.js index bcdaa02..9dd72df 100644 --- a/groups/home/bootstrap3/src/main5.js +++ b/groups/home/bootstrap3/src/main5.js @@ -76,8 +76,6 @@ const onesearchComponent = {
- -
-
- - - - -
+
+
+ + + +
`, methods: { @@ -126,9 +124,7 @@ const onesearchComponent = { }, data() { return { - selecteditem: {}, // initialize the data from the dropdown selection - searchstring: "", // initialize an empty search string - displayeditem: "Define Your Search", // the text displayed a the top of the OneSearch dropdown + selecteditem: "", // initialize the data from the dropdown selection }; }, };