Proizvod
0) selectedIndex = Math.min(selectedIndex + 1, total - 1);
"
@keydown.enter.prevent="
if (selectedIndex === -1) {
document.querySelector('#searchField').value = $refs.input.value;
document.querySelector('#searchForm').submit();
} else {
let items = $refs.dropdown.querySelectorAll('a');
if (items[selectedIndex]) {
items[selectedIndex].click();
}
}
"
@keydown="
if (!['ArrowUp', 'ArrowDown', 'Enter', 'Escape'].includes($event.key)) {
selectedIndex = -1;
open = true;
}
"
name="search" class="form-control" placeholder="Traži" autocomplete="off">
Kategorije proizvoda
Kategorije proizvoda
Silikonski Kalup - TRINITY SET 4 kom
Profesionalni silikonski kalup za izradu vašeg omiljenog deserta u novom modernom obliku.
100% Platinum Silikon sa širokim temperaturnim rasponom za upotrebu od -60 do +230C.
Dimenzije:
Silikon 1 : 270x50xh50mm, 584ml
Silikon 2 : 280x60xh71mm, 1L
Plastic support : 290x70xh71mm, 1L
Silikon 3 : Ø32mmxh28mm, 15x20ml,300ml
© 2025 Copyright Torta Dekor


