UNCLASSIFIED - NO CUI

Skip to content

Fix/selectmulti small

Tony Phi requested to merge fix/selectmulti-small into main

Fixed multiple issues related to the select component and its multi prop.

  • Fixed issue where internal state tracking could not track value changes when in multi mode
  • Fixed issue where component would crash if it was doing internal state tracking and the multi state were to change
  • Fixed chips not being aligned with the input in both small and big sizes of select

Merge request reports