[SG-36482] Wildcard V2: <Input /> Ban usage of `input` component and migrate remaining `<input />` component usage
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: gitstart-sourcegraph
Migration is required to update our code to use the <input>
Wildcard component. See parent issue for more context.
All occurrences of the <input>
element are replaced with the <input>
Wildcard component.
<input type="text">
on codebase<input>
element on codebase.Sourcegraph issue Gitstart ticket
<input type="text">
are migrated to <Input/>
wildcard component<input>
element on codebase.Check out the client app preview documentation to learn more.
Push commits to the source branch or add previously merged commits to review them.