Skip to content

Wildcard V2: Apply `<Input />` Codemod

Created by: valerybugakov

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

  • Rename the Input component variant prop to size.
  • Use the Input codemod created here to speed up the migration.
  • Split the migration PRs by package.

Time estimate

  • The migration should take 8 hours at maximum. Ping the reviewer in the spec pull request if time-consuming changes are required.