Update dropdown components to not have the menu hidden under the scroll
Add 2fa option
Update SSO to radio buttons instead of checkbox
Other updates
Create DropdownWrapper which uses react-select 5.4, type script, and functional component (vs. Dropdown which uses react-select 1.3, javascript, and class component)
Dropdown wrapper tested for disabled options, tooltip options, help text options
TODO
[ ] Add DropdownWrapper and ModalFooter to storybook
[ ] Update tests
Checklist for submitter
If some of the following don't apply, delete the relevant line.
[ ] Changes file added for user-visible changes in changes/, orbit/changes/ or ee/fleetd-chrome/changes.
Issue
Cerra #22789 FE part of #22078
Description
Major updates to add/edit user modal
Other updates
DropdownWrapper
which uses react-select 5.4, type script, and functional component (vs.Dropdown
which uses react-select 1.3, javascript, and class component)TODO
Checklist for submitter
If some of the following don't apply, delete the relevant line.
changes/
,orbit/changes/
oree/fleetd-chrome/changes
.