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

Acnecide Wash 5% w/w Gel – 100g

$19.96

‘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’ […]

Dexcom ONE Sensor – Single – 10 Days

$44.61

Please note that the manufacturer is unable to replace sensors that have been purchased for use on animals; this is because they are not licensed for this use. Buy Dexcom ONE Sensor  The Dexcom ONE sensor measures glucose levels just beneath the skin. Each sensor comes with an auto-applicator to make the insertion process quick […]

O.R.S Hydration Tablets Blackcurrant Flavour – 24 Tablets

$7.35

Buy ORS Hydration Tablets in blackcurrant flavour ORS Hydration Tablets in blackcurrant flavour are designed to help to hydrate your body whenever you need it most. If you’re feeling dehydrated and need a reliable source of rehydration, ORS Hydration Tablets could be right for you. Here at Chemist4U, we stock ORS Hydration Tablets in blackcurrant, […]

Beconase Hayfever Relief Nasal Spray – 100 Sprays – 3 Pack

$30.77

What is Beconase nasal spray? Beconase nasal spray is a treatment for hay fever symptoms, like sneezing, itching, and a blocked or runny nose. If you’re an adult suffering with hay fever and you need a quick and reliable way to ease your symptoms, this could be the perfect solution for you. Beconase spray takes […]

Softsoap Coconut & Hibiscus with Vitamin E & Aloe

$4.01

Washes Away Bacteria 

Hydrating Hand Soap

11.23 FL OZ

(332mL)

Good for Earth + Body

SMART SOLUTIONS LOVE PERSONAL LUBRICANT 250ml

$14.61

Love Lube is a safe, water-based, latex-friendly lubricant. Love Lube is petroleum and paraben-free, and works quickly to reduce dryness and restore comfort where you need it most. Vaginal dryness can occur at various stages of a woman’s life causing itching, burning and pain. Women may experience more dryness immediately before or after the menstrual […]