Added Search to materialComposing.vue
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user