`,
methods: {
- selectdropdown(item, itemName) {
- this.displayeditem = itemName; // swap in current item at the top of the dropdown
- this.selecteditem = item; // store the data from the dropdown selection
+ selectradio(radiooutput) {
+ this.selecteditem = ""; // store the data from the dropdown selection
},
submitSearch() {
this.$refs.primoQueryString.value = `any,contains,${this.$refs.primoQueryTempString.value.replace(
@@ -152,18 +165,6 @@ const onesearchComponent = {
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
- materialtype: {
- Books: {
- input:
- '',
- id: 1,
- },
- Articles: {
- input:
- '',
- id: 2,
- },
- },
};
},
};