web: migrate from `FormInput` to Wildcard `Input`
Created by: valerybugakov
Context
This PR is a part of the Wildcard Input
migration. It's focused only on FormInput
used in code-insights UI which is now can be removed in favor of the Wildcard Input
component.
Changes
- Removed code-insights
FormInput
component. - Migrated
FormInput
usages to theInput
component.
Test plan
Use sg start web-standalone
to check that affected pages do not have regressions.