From 23f69817c08b2daa91bca908c1ad3414cf57408e Mon Sep 17 00:00:00 2001 From: Jaroslav Drzik Date: Sat, 6 Jan 2024 17:59:17 +0100 Subject: [PATCH] fix mobil clients --- resources/js/Pages/IkeaRoot.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/js/Pages/IkeaRoot.vue b/resources/js/Pages/IkeaRoot.vue index faa8e71..c89fba0 100644 --- a/resources/js/Pages/IkeaRoot.vue +++ b/resources/js/Pages/IkeaRoot.vue @@ -170,6 +170,8 @@ const fetch_ccodes = async () => { } const async_search = async () => { + if (form.text.length < 2) return; + try { let country = null; if (form.country.code !== undefined) country = form.country.code;