Discover Planning
1) {
showSearchResults = true;
}
$dispatch('search', { search: $el.value })
$dispatch('inline-search', { search: $el.value })
"
@focus="
focused = true;
setTimeout(() => window.scrollTo({ top: 0, behavior: 'smooth' }), 200)
if($el.value.length > 1) showSearchResults = true;
isSearchActive = true;
$dispatch('inline-search', { search: $el.value })
"
@blur="setTimeout(() => {
focused = false;
showSearchResults = false;
if($el.value.length == 0) isSearchActive = false;
$dispatch('search', { search: $el.value })
$dispatch('inline-search', { search: $el.value })
}, 137)
"
@clear-search.window="
$el.value = '';
$el.focus();
$dispatch('search', { search: $el.value });
"
value=""
>
SchoolBusNet
Enterprise platform for student transportation planning, route optimisation, and real-time tracking.
TapTuck
Comprehensive cashless payment app for school tuck shops, uniforms, events, and school payments.
Up Learn
Up Learn is an innovative online learning platform designed to significantly improve A Level and GCSE results. It is trusted by leading UK schools and MATs, helping students achieve A*/A rates at 2.2x the national average.