diff --git a/docs/stacks/vue/coalesce-vue-vuetify/components/c-select.md b/docs/stacks/vue/coalesce-vue-vuetify/components/c-select.md index 2020b4b3..ec274deb 100644 --- a/docs/stacks/vue/coalesce-vue-vuetify/components/c-select.md +++ b/docs/stacks/vue/coalesce-vue-vuetify/components/c-select.md @@ -59,7 +59,7 @@ Examples of other props: ## Props -Note: In addition to the below props, `c-select` also supports most props that are supported by Vuetify's [v-text-field](https://vuetifyjs.com/en/components/text-fields/#api). +Note: In addition to the below props, `c-select` also supports most props that are supported by Vuetify's [v-text-field](https://vuetifyjs.com/en/components/text-fields/). diff --git a/src/coalesce-vue-vuetify3/src/components/c-metadata-component.ts b/src/coalesce-vue-vuetify3/src/components/c-metadata-component.ts index 689c9f4d..d3e78cd8 100644 --- a/src/coalesce-vue-vuetify3/src/components/c-metadata-component.ts +++ b/src/coalesce-vue-vuetify3/src/components/c-metadata-component.ts @@ -112,7 +112,7 @@ TModel extends Model ? ) // Fallback to allowing anything: -: undefined | string | ValueKind ; +: undefined | string | ValueKind; export type MethodForSpec< TModel extends diff --git a/src/coalesce-vue-vuetify3/src/components/input/c-select-types.ts b/src/coalesce-vue-vuetify3/src/components/input/c-select-types.ts deleted file mode 100644 index e69de29b..00000000 diff --git a/src/coalesce-vue-vuetify3/src/components/input/c-select.spec.tsx b/src/coalesce-vue-vuetify3/src/components/input/c-select.spec.tsx index 0bd8fa65..da3368bd 100644 --- a/src/coalesce-vue-vuetify3/src/components/input/c-select.spec.tsx +++ b/src/coalesce-vue-vuetify3/src/components/input/c-select.spec.tsx @@ -157,7 +157,7 @@ describe("CSelect", () => { // Implicit `multiple` for object collection () => (); - //@ts-expect-error Explicit `multiple` for object collection requires arrays + //@ts-expect-error Explicit `multiple` for object non-collection is disallowed () => (); //@ts-expect-error Explicit `multiple` for object non-collection is disallowed () => ();