1
0
peilaus alkaen https://github.com/ae-utbm/sith.git synced 2025-09-13 19:45:50 +00:00

api route to search products with detailed infos.

This commit is contained in:
imperosol
2024-12-13 23:58:25 +01:00
vanhempi e680124d7b
commit 6c8a6008d5
6 muutettua tiedostoa jossa 144 lisäystä ja 23 poistoa

Näytä tiedosto

@@ -68,7 +68,7 @@ export class AutoCompleteSelectBase extends inheritHtmlElement("select") {
title: gettext("Remove"),
},
// biome-ignore lint/style/useNamingConvention: this is required by the api
restore_on_backspace: {}
restore_on_backspace: {},
},
persist: false,
maxItems: this.node.multiple ? this.max : 1,