@medplum/react 3.1.1 → 3.1.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.
@@ -226,6 +226,7 @@ export declare interface AsyncAutocompleteProps<T> extends Omit<ComboboxProps, '
226
226
  readonly placeholder?: string;
227
227
  readonly leftSection?: ReactNode;
228
228
  readonly maxValues?: number;
229
+ readonly optionsDropdownMaxHeight?: number;
229
230
  }
230
231
 
231
232
  export declare function AttachmentArrayDisplay(props: AttachmentArrayDisplayProps): JSX.Element;
@@ -226,6 +226,7 @@ export declare interface AsyncAutocompleteProps<T> extends Omit<ComboboxProps, '
226
226
  readonly placeholder?: string;
227
227
  readonly leftSection?: ReactNode;
228
228
  readonly maxValues?: number;
229
+ readonly optionsDropdownMaxHeight?: number;
229
230
  }
230
231
 
231
232
  export declare function AttachmentArrayDisplay(props: AttachmentArrayDisplayProps): JSX.Element;