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

Johnson’s Baby Shampoo 600mL

$8.02

Johnson’s Baby Shampoo provides a mild, gentle clean that won’t irritate your baby’s eyes during bath time. Specially formulated for fine baby hair and delicate scalp, this gentle baby shampoo gently cleanses fine baby hair and delicate scalp. The Johnson’s No More Tears formula is as gentle to the eyes as pure water. This tear-free […]

NATURAL FACTORS VITAMIN K2 100mcg 180vcaps

$20.78

NATURAL FACTORS VITAMIN K2 100mcg 180vcaps Natural Factors Vitamin K2 contains MK-7, the most bioavailable form of vitamin K derived naturally from natto beans. Each dose provides 24-hour protection by guiding calcium toward the bones and teeth where it is needed most, and away from the arteries where it causes damage.* Features: Helps in the […]

Colgate Total Whole Mouth Health Whitening 120ml

$4.74

Medicinal Ingredients:
 Sodium Fluoride 0.32% w/w, Zinc (Zinc Oxide, Zinc Citrate) 0.96% w/w, Silicon Dioxide Hydrate 5% w/w 

Covonia Double Impact Cough Drops Sugar Free – 30g

$2.69

What are Covonia Double Impact Lozenges? Covonia Double Impact Lozenges are soothing lozenges that can help to ease a sore throat and clear your blocked airways. One side of the lozenges warms your mouth and throat, while the other side releases menthol vapours that help to clear congestion. These lozenges are sugar-free, gluten-free, and vegetarian […]

BOIRON KALIUM BICHROMICUM 30CH 80pellets

$7.30

Boiron’s Tubes (or Single medicines) are known and registered by their Latin name, resulting in a common international nomenclature. In Canada, they are available in varying dilutions and have no mention of a therapeutic indication. These medicines may be used in the framework of individualized treatment that might involve different pathologies and are based on […]

PLATINUM NATURALS EASYMULTI PRENATAL 120sg

$62.10

PLATINUM NATURALS EASYMULTI PRENATAL 120sg You want what’s best for you and your baby. In one softgel a day, Prenatal Easymulti is a comprehensive multivitamin for pregnant and nursing mothers and those trying to conceive. It features a complete range of vitamins, minerals, and DHA for a healthy mother and child.  One softgel a day […]