🤖 Switch InputField + InputFieldWithIcon JSX components to TS, add more test coverage, fix Storybook build (#43307)

Zed + Opus 4.6; prompt: Convert the InputField JSX component to
TypeScript and remove the ts-ignore directives that we no longer need
after doing so.

- [x] Changes file added
- [x] Automated tests updated
This commit is contained in:
Ian Littman
2026-04-09 08:41:48 -05:00
committed by GitHub
parent f829170923
commit 2891904f31
74 changed files with 842 additions and 651 deletions
@@ -89,7 +89,6 @@ const TargetsInput = ({
type="search"
iconSvg="search"
value={searchText}
iconPosition="start"
label={label}
placeholder={placeholder}
onChange={setSearchText}