diff --git a/src/runtime/components/forms/SelectCustom.vue b/src/runtime/components/forms/SelectCustom.vue index 1b1779c8..8733c36f 100644 --- a/src/runtime/components/forms/SelectCustom.vue +++ b/src/runtime/components/forms/SelectCustom.vue @@ -18,7 +18,7 @@ - + $ui.selectCustom.list.base }, + listContainerClass: { + type: String, + default: () => $ui.selectCustom.list.container + }, listOptionBaseClass: { type: String, default: () => $ui.selectCustom.list.option.base