Added Search to materialComposing.vue

This commit is contained in:
2025-01-10 14:15:50 +01:00
parent 630d04fb46
commit 1ecf89a2b1

View File

@@ -74,6 +74,8 @@ const setRowData = (row) => {
> >
<td> <td>
<USelectMenu <USelectMenu
searchable
:search-attributes="['name']"
:options="products" :options="products"
value-attribute="id" value-attribute="id"
option-attribute="name" option-attribute="name"