`,
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
};
},
};