Skip to content
Snippets Groups Projects

[SG-36482] Wildcard V2: <Input /> Ban usage of `input` component and migrate remaining `<input />` component usage

Merged Warren Gifford requested to merge contractors/SG-36482 into main

Created by: gitstart-sourcegraph

Problem statement

Migration is required to update our code to use the <input> Wildcard component. See parent issue for more context.

Success criteria

All occurrences of the <input> element are replaced with the <input> Wildcard component.

Implementation details

  • Migrate remaining usage of <input type="text"> on codebase
  • Ban Usage of <input> element on codebase.

Refs

Sourcegraph issue Gitstart ticket

Test Plan

  • All remaining usage of <input type="text"> are migrated to <Input/> wildcard component
  • Ban Usage of <input> element on codebase.
  • Ensure no UI diff available to affected componenets

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Merged by avatar (Apr 13, 2025 4:08am UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading