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

Swiss Natural Chewable Cranberry One a Day 50 Chewable Tablets

$13.49

Used in Herbal Medicine to help prevent urinary tract infections. Source of antioxidants for the maintenance of good health. Recommended dose: Adults: Take 1 tablet daily. Use for a minimum of 4 weeks to see beneficial effects.  Each tablet contains:Medicinal Ingredient:Cranberry Fruit Juice Powder (Vaccinium macrocarpon Aiton (Ericaceae)) – 500mgNon-Medicinal Ingredients: natural cranberry flavour, carmine […]

CANPREV IRON BISGLYCINATE 90vcaps

$23.18

CANPREV IRON BISGLYCINATE 90vcaps Description Provides iron in bisglycinate form, a highly absorbable and gentle form of iron Helps prevent and correct iron deficiency anemia Supports healthy red blood cell formation and oxygen transport Suitable for individuals with increased iron needs (e.g., menstruating women, athletes, vegetarians) Advice to Use Take 1 capsule daily, or as […]

Pharmasystems Hot/Cold Pack

$3.65

Reusable and non-toxic flexible compress.Microwavable and long-lasting.Can be used as a hot pack for temporary relief of aching muscles, joints, and back pain by increasing blood circulation.Can be used as a cold pack to temporarily reduce pain and swelling after an injury. Caution: It is important to use product only as directed. Pack can reach […]

Nature’s Bounty Probiotic Gummies 60 Gummies

$20.05

Includes 2 billion live cultures per gummy and supports immune health with Vitamin D Made with no artificial colours and flavours Contains a Clinically Studied Probiotic Strain Directions: For adults, take 2 gummies daily. May be taken with our without a meal. Each gummy contains: Medical Ingredients Bacillus coagulans (IS-2) 2 billion CFU Vitamin D3 […]

NATURAL FACTORS LIPOSOMAL VIT C 1000mg 180sg

$26.98

Natural Factors Liposomal Vitamin C Supports immune function Provides a source of antioxidants to protect against free radicals Helps in collagen formation and wound healing Contributes to healthy bones, cartilage, teeth, and gums A high-absorption and high-potency formula Medical ingredients: Each softgel contains: Vitamin C 500 mg   (ascorbic acid, sodium ascorbate)   Non Medical ingredients: […]