diff --git a/CHANGELOG.md b/CHANGELOG.md index 2311bc4a..cd855082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file. ## [Unreleased] ### Changed +### Added + - [FRONTEND] Modify analytic icon to use icon.png name instead of analytic thumbnail field +- [FRONTEND] Add company size field on visitor request form - [BACKEND] Add company size field +### Changed + +### Removed ## [1.2.1 - 13/01/2022] ### Changed @@ -27,8 +33,6 @@ All notable changes to this project will be documented in this file. - [FRONTEND] Change NIST logo to be smaller in larger device - [FRONTEND] Add Partner Solutions Carousel -### Removed - ## [1.1.1 - 30/12/2021] ### Added diff --git a/frontend/app/components/elements/SelectBox/SelectBox.tsx b/frontend/app/components/elements/SelectBox/SelectBox.tsx index 0033335d..a42a3e1e 100644 --- a/frontend/app/components/elements/SelectBox/SelectBox.tsx +++ b/frontend/app/components/elements/SelectBox/SelectBox.tsx @@ -28,6 +28,9 @@ export const SelectBox = ({ rounded focus:outline-none focus:border-primary-500 font-serif bg-white text-sm sm:text-base" {...register(id, registerOptions)} {...otherProps}> + {options.map((opt) => (