Description

Description

‘use strict’;
function initMiniSearch() {
return {
minSearchLength: 2,
isLiveSearchEnabled: 1,
suggestions: [],
validated: true,
suggest() {
const search = this.$refs.searchInput;
this.validated = true;
if (search.value.length >= this.minSearchLength && !this.isLiveSearchEnabled) {
this.fetchSuggestions(search.value);
} else {
this.suggestions = [];
}
},
fetchSuggestions(term) {
fetch(
window.BASE_URL + ‘search/ajax/suggest?’ + new URLSearchParams({q: term}),
{
headers: {
‘X-Requested-With’: ‘XMLHttpRequest’
}
}
)
.then(response => response.json())
.then(result => this.suggestions = result);
},
search(term) {
const search = this.$refs.searchInput;
term = term || search.value;
if (term.length < this.minSearchLength) {
this.validated = false;
} else {
this.validated = true;
search.value = term;
this.$refs.form.submit();
}
},
focusElement(element) {
if (element && element.nodeName === "DIV") {
element.focus();
return true;
} else {
return false;
}
}
}
}

path]:stroke-[1px] max-lgmd:text-white lgmd:[&>path]:stroke-[1.5px]” width=”23″ height=”23″ role=”img”>

search
Search

Minimum search query length is 2

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “FreeStyle Libre 2 Sensor – Pack of 3”

Your email address will not be published. Required fields are marked *

More Products

Colgate FluoriGard Alcohol Free Daily Rinse – 400ml

$8.78

What is Colgate FluoriGard Daily Rinse? Colgate FluoriGard Daily Rinse is a fluoride mouth rinse which helps to reduce tooth decay. It’s perfect for daily use and has a pleasant minty flavour which helps to keep your breath smelling fresh. Perfect for those looking for protection against tooth decay.   What is tooth decay? Tooth […]

Vivio Junior Multivitamin Tonic – 250ml

$12.70

Buy Vivio Junior Multivitamin Tonic  Vivio Junior Multivitamin Tonic is formulated with the essential vitamins needed to support your child’s growth, immunity and cognitive function.  The tonic features a zesty orange flavour, making it delicious to take. It has been crafted following the latest research and nutrient guidelines for children. It is perfect to take […]

Olay Oil Minimizing Clean Toner 212ml

$8.76

Pharmacy Home Delivery Online Shopping Skin Care Medicine Health Beauty Women’s Health Contraception Virtual Care Headache Pain Back Pain Pain Relief First Aid Sanitizer Upset Stomach Diarrhea Vitamins Acid Reflux Heartburn Allergies Quit Smoking Cough Flu Sunscreen Diabetes Rash Laxative Probiotic

FINLANDIA L-GLYCINE POWDER 500g

$25.57

  Product info: L-Glycine is the simplest of all amino acids. It is a non-essential amino acid that is required for optimal growth and for creatine and protein synthesis in the body. As creatine is a compound that is present in muscle tissue and is utilized in the construction of RNA and DNA, it is […]

Colgate FluoriGard Alcohol Free Mouthwash – 400ml

$8.51

What is Colgate Fluorigard mouthwash? Colgate Fluorigard is a mouthwash which helps to provide daily protection from cavities. The alcohol-free formula makes this mouthwash perfect for children, pregnant women, and those whose religious beliefs make them unable to take alcohol. Great tasting mint flavour means you’ll be happy to use this mouthwash every day to […]

HARMONY MENOPAUSE DAY & NIGHT 90tabs

$40.91

HARMONY MENOPAUSE DAY & NIGHT 90tabs Description Synergistic herbal blend traditionally used to relieve menopause symptoms and promote restful sleep Night formula includes high-dose Ziziphus jujube seed to support deep, undisturbed sleep and reduce night sweats Provides relief from hot flushes, sleeplessness, mild anxiety, and irritability Advice to use Take 2 DAY tablets in the […]