Skip to content

[SG-32438] Migrate from the `reactstrap` `Form` component to `Form` from the `branded` package

Administrator requested to merge contractors/SG-32438 into main

Created by: gitstart-sourcegraph

Description

We want to get rid of Bootstrap styles. Since reactstrap depends on bootstrap styles, we need to extract component implementations that we use.

Success Criteria

  • All Form imports from reactstrap are removed.
  • Reactstrap Form usages migrated to the Form component defined in the branded package.

Implementation Details

After migration, ensure that input validation works correctly on migrated pages.

Refs

Preview Apps

Loom Video

Link

Test plan

Compare the UI and Functionality of the changes page in between local and deployed webapp Check if input validation works correctly on migrated pages.

Merge request reports

Loading