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

Embecta Alcohol Swabs 100

$3.65

(formerly BD alcohol swabs) Single use onlyIsopropyl alcohol 70% by volumeIndividually Foil WrappedConvenient to Use Use: For skin cleaning prior to injection. Directions: Rub skin briskly in a circular motion from injection site outward.  Caution: External use only. In the event of skin irritation or rash, discontinue use. Avoid contact with eyes; if contacted, flush […]

Pedialyte Advanced Care 1L Blue Raspberry

$11.31

Specially formulated to help prevent dehydration† in both kids and adults. Contains PreActiv® prebiotics. Quickly replaces fluids, zinc, and electrolytes. No preservatives. MEDICINAL INGREDIENTS: Dextrose, galactooligosaccharides, citric acid, potassium citrate, sodium chloride, sodium citrate, zinc gluconate.NON-MEDICINAL INGREDIENTS: Water, natural and artificial flavour, sucralose, acesulfame potassium, FD&C Blue No. 1, FD&C Red No. 40. Directions Tastes best when […]

Option+ Extra Strength Cold Medication Daytime Relief Daytime 24 Caplets

$8.02

Contains Acetaminophen.  Relieves headache, fever, minor aches and pains, dry cough, nasal congestion. Non-Drowsy. Directions: Adults and children12 years and older: take 1 caplet every 4 to 6 hours. If no relief, take 2 caplets at next dose. Do not take more than 8 caplets in 24 hours. Do not take more than directed (see […]

IDEAL PROTEIN CAPPUCCINO SHAKE- 12OZ

$5.11

IDEAL PROTEIN CAPPUCCINO SHAKE- 12OZ  Ideal Protein’s rich and foamy favorite! It’s a perfect on-the-go beverage because it can be served hot or cold. You’ll never have to wait in line again to get your decadent Cappuccino fix. Ingredients  Water, Milk protein isolate, Cream, Inulin, Coffee, Sea salt, Natural and artificial flavours, Cellulose, Cellulose gum, […]

NATRACARE NATURAL PADS SUPER 12pcs

$7.30

NATRACARE NATURAL PADS SUPER 12pcs Description Made with certified organic 100% cotton and FSC-certified plant cellulose for a breathable, skin-friendly pad. Free from plastics, synthetic materials, fragrances, dyes, and chemical additives. Over 95% biodegradable and compostable, individually wrapped in biodegradable purse packs. Advice to use Use during your menstrual cycle according to your flow needs. […]

Buckley’s Cold & Sinus Liquid Gels 24 Hour Convenience Pack 24 Gels (12 Day & 12 Night)

$14.60

DayFast relief from: Sinus and nasal congestion; sore throat pain and dry cough; fever and chills; headache; minor aches and pain.NightFast relief from: Sinus and nasal congestion; sore throat and dry cough; fever and chills; runny nose and sneezing; itchy and watery eyes; headache; minor aches and pains. Directions: Adults and children 12 years and over: […]