diff --git a/packages/design-system/docs/components/OcTextInput/OcTextInput.md b/packages/design-system/docs/components/OcTextInput/OcTextInput.md index 155c6e124c..ab62fc8d01 100644 --- a/packages/design-system/docs/components/OcTextInput/OcTextInput.md +++ b/packages/design-system/docs/components/OcTextInput/OcTextInput.md @@ -31,6 +31,16 @@ The default and most simple use case involves a `v-model` and a `label`. <<< @/components/OcTextInput/default.vue ::: +### Inline Label + +::: livecode + +```vue + +``` + +::: + ### Disabled ::: livecode @@ -69,4 +79,12 @@ The following input types ares supported. <<< @/components/OcTextInput/messages.vue ::: +### Customization + +`OcTextInput` is highly customizable + +::: livecode {path=/components/OcTextInput/customization.vue} +<<< @/components/OcTextInput/customization.vue +::: + ::: component-api diff --git a/packages/design-system/docs/components/OcTextInput/customization.vue b/packages/design-system/docs/components/OcTextInput/customization.vue new file mode 100644 index 0000000000..15cbfdd869 --- /dev/null +++ b/packages/design-system/docs/components/OcTextInput/customization.vue @@ -0,0 +1,8 @@ + diff --git a/packages/design-system/src/components/OcModal/__snapshots__/OcModal.spec.ts.snap b/packages/design-system/src/components/OcModal/__snapshots__/OcModal.spec.ts.snap index 3c92811e1d..2527d70ae5 100644 --- a/packages/design-system/src/components/OcModal/__snapshots__/OcModal.spec.ts.snap +++ b/packages/design-system/src/components/OcModal/__snapshots__/OcModal.spec.ts.snap @@ -10,7 +10,7 @@ exports[`OcModal > displays input 1`] = `
- +
diff --git a/packages/design-system/src/components/OcSelect/OcSelect.vue b/packages/design-system/src/components/OcSelect/OcSelect.vue index 5e6bd2c8e8..0381098f11 100644 --- a/packages/design-system/src/components/OcSelect/OcSelect.vue +++ b/packages/design-system/src/components/OcSelect/OcSelect.vue @@ -1,6 +1,12 @@