@apicurio/common-ui-components 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,6 +14,7 @@ export type ObjectSelectProps = {
14
14
  toggleId?: string;
15
15
  toggleClassname?: string;
16
16
  testId?: string;
17
+ appendTo?: "inline" | "document";
17
18
  };
18
19
  /**
19
20
  * A generic control that makes it easier to create a <Select> from an array of objects.