@bolttech/molecules-dropdown 0.33.2 → 0.34.1

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.
@@ -190,6 +190,6 @@ export type ReusableDropdownComponentProps = DefaultProps & Pick<DOMAttributes<H
190
190
  inputValue: string;
191
191
  inputLabel: string;
192
192
  setSelectedOptionOnInputValue: () => void;
193
- inputRef: React.RefObject<HTMLInputElement>;
193
+ inputRef: React.RefObject<HTMLInputElement | null>;
194
194
  };
195
195
  export {};